From e317f613a7198fe5581bcc08b7e8bd94459d3a05 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 2 Mar 2020 13:48:31 +0100 Subject: [PATCH] Test --- centos-7/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 6626b94..5519a30 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -107,7 +107,7 @@ RUN version=5.12.7 && \ gstreamer1-plugins-base \ && \ 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 && \ cd /tmp && \ curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \ -- GitLab