Skip to content

Commit 352da9e

Browse files
committed
Merge Dockerfile from assets-delivery
1 parent 6f46552 commit 352da9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ RUN add-apt-repository ppa:beineri/opt-qt-5.15.2-bionic && \
1414
pkg-config \
1515
git \
1616
libfuse2 \
17+
zlib1g-dev \
1718
libusb-1.0-0-dev \
1819
ca-certificates \
1920
build-essential \
21+
libgl-dev \
2022
qt515tools \
2123
qt515base \
2224
qt5153d \
@@ -34,8 +36,6 @@ RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous
3436
RUN wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage -O /usr/bin/linuxdeploy-plugin-qt \
3537
&& chmod +x /usr/bin/linuxdeploy-plugin-qt
3638

37-
RUN ln -s /usr/lib/x86_64-linux-gnu/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so
38-
3939
ENV QT_BASE_DIR=/opt/qt515
4040

4141
ENV PATH="${QT_BASE_DIR}/bin:${PATH}"

0 commit comments

Comments
 (0)