Skip to content
Snippets Groups Projects
Commit e317f613 authored by calrama's avatar calrama
Browse files

Test

parent 1da51ba3
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ RUN version=5.12.7 && \ ...@@ -107,7 +107,7 @@ RUN version=5.12.7 && \
gstreamer1-plugins-base \ gstreamer1-plugins-base \
&& \ && \
yum clean all && \ yum clean all && \
echo "\n127.0.0.1 iapi.qt.io\n::1 iapi.qt.io" >> /etc/hosts && \ echo -e "\n127.0.0.1 iapi.qt.io\n::1 iapi.qt.io" >> /etc/hosts && \
source /etc/profile && \ source /etc/profile && \
cd /tmp && \ cd /tmp && \
curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \ curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment