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

Update Dockerfile

parent d6d09e34
No related branches found
Tags 0.0.6
No related merge requests found
Pipeline #
......@@ -61,7 +61,7 @@ RUN export XVFBARGS="-screen 0 1280x1024x24" && \
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 && \
chmod +x qt-opensource-linux-x64-5.9.4.run && \
./qt-opensource-linux-x64-5.9.4.run --script /root/qt-installer-noninteractive.qs
./qt-opensource-linux-x64-5.9.4.run -v --script /root/qt-installer-noninteractive.qs
# Entry point
USER root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment