summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-16.04
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-ubuntu-16.04
parent9cd6646d25b5d7e6524c9ba44b103500f81a967c (diff)
downloadtalos-skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.tar.gz
talos-skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.zip
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-ubuntu-16.04')
-rw-r--r--opal-ci/Dockerfile-ubuntu-16.044
1 files changed, 2 insertions, 2 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-16.04 b/opal-ci/Dockerfile-ubuntu-16.04
index e7a64678..40239ecf 100644
--- a/opal-ci/Dockerfile-ubuntu-16.04
+++ b/opal-ci/Dockerfile-ubuntu-16.04
@@ -3,10 +3,10 @@ RUN apt-get update -qq
RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache expect libssl-dev
RUN apt-get install -y wget curl xterm device-tree-compiler
RUN apt-get install -y gcc-arm-linux-gnueabi
-RUN curl -O ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb
+RUN curl -L -O ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb
RUN dpkg -i systemsim-p8_1.0-2_amd64.deb
RUN apt-get install -y libtcl8.6
-RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0-trusty_amd64.deb
+RUN curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0-trusty_amd64.deb
RUN dpkg -i systemsim-p9-1.1-0-trusty_amd64.deb
RUN apt-get -y install eatmydata
RUN eatmydata apt-get -y install build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind
OpenPOWER on IntegriCloud