aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-centos6
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-04-05 08:49:51 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-04-05 08:49:51 +1000
commit1b526d85edb24f707e137167c66317fb2b07e5b3 (patch)
tree3a33b754fd368e4ce33b9ae8d762420b0dd91961 /opal-ci/Dockerfile-centos6
parent9cd6646d25b5d7e6524c9ba44b103500f81a967c (diff)
downloadskiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.zip
skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.tar.gz
skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.tar.bz2
travis: add -L to all curl invocations to follow redirects
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-centos6')
-rw-r--r--opal-ci/Dockerfile-centos62
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-centos6 b/opal-ci/Dockerfile-centos6
index 3c88b27..de6f2bc 100644
--- a/opal-ci/Dockerfile-centos6
+++ b/opal-ci/Dockerfile-centos6
@@ -4,7 +4,7 @@ RUN yum -y install wget curl xterm gcc git xz ccache dtc openssl-devel
RUN wget https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.8.0/x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz
RUN mkdir /opt/cross
RUN tar -C /opt/cross -xf x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz
-RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8-1.0-2.el6.x86_64.rpm
+RUN curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8-1.0-2.el6.x86_64.rpm
RUN yum -y install systemsim-p8-1.0-2.el6.x86_64.rpm
COPY . /build/
WORKDIR /build