Skip to content
Snippets Groups Projects
Commit 0f07e91c authored by inso's avatar inso
Browse files

Update Dockerfile

parent 82fbe914
Branches
Tags
No related merge requests found
Pipeline #
...@@ -56,7 +56,7 @@ RUN chmod a+x /usr/bin/xvfb-run ...@@ -56,7 +56,7 @@ RUN chmod a+x /usr/bin/xvfb-run
USER root USER root
RUN export XVFBARGS="-screen 0 1280x1024x24" && \ RUN export XVFBARGS="-screen 0 1280x1024x24" && \
export DISPLAY=:99.0 && \ export DISPLAY=:99.0 && \
/usr/bin/xvfb-run && \ /etc/init.d/xvfb start && \
sleep 3 && \ sleep 3 && \
curl -L https://download.qt.io/official_releases/qt/5.9/5.9.4/qt-opensource-linux-x64-5.9.4.run --output qt-opensource-linux-x64-5.9.4.run && \ curl -L https://download.qt.io/official_releases/qt/5.9/5.9.4/qt-opensource-linux-x64-5.9.4.run --output qt-opensource-linux-x64-5.9.4.run && \
chmod +x qt-opensource-linux-x64-5.9.4.run && \ chmod +x qt-opensource-linux-x64-5.9.4.run && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment