Skip to content

Commit

Permalink
Add libxkbcommon-x11-0 & gstreamer1.0-plugins-base
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Sep 29, 2021
1 parent a2a36f1 commit aaac08f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ARG QT_HOST=linux
ARG QT_TARGET=desktop
ARG QT_INSTALL_DIR=/opt/qt

# Install some dependencies required by Qt libs
RUN apt-get install --yes -qq \
libxkbcommon-x11-0 gstreamer1.0-plugins-base

RUN aqt install --outputdir ${QT_INSTALL_DIR} ${QT_MODULES} ${QT_VERSION} ${QT_HOST} ${QT_TARGET}

ARG QT_BASE_DIR=${QT_INSTALL_DIR}/${QT_VERSION}/gcc_64
Expand Down

0 comments on commit aaac08f

Please sign in to comment.