Skip to content

Commit

Permalink
Merge Dockerfile from assets-delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Sep 16, 2021
1 parent 6f46552 commit 352da9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ RUN add-apt-repository ppa:beineri/opt-qt-5.15.2-bionic && \
pkg-config \
git \
libfuse2 \
zlib1g-dev \
libusb-1.0-0-dev \
ca-certificates \
build-essential \
libgl-dev \
qt515tools \
qt515base \
qt5153d \
Expand All @@ -34,8 +36,6 @@ RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage -O /usr/bin/linuxdeploy-plugin-qt \
&& chmod +x /usr/bin/linuxdeploy-plugin-qt

RUN ln -s /usr/lib/x86_64-linux-gnu/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so

ENV QT_BASE_DIR=/opt/qt515

ENV PATH="${QT_BASE_DIR}/bin:${PATH}"
Expand Down

0 comments on commit 352da9e

Please sign in to comment.