summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-16.04
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 14:52:32 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 14:52:32 +1100
commitc249da16053b8409e7aae4bb963e52354de01dc2 (patch)
treef0bd0608fbe26f58d502680a2cae7ee77414c838 /opal-ci/Dockerfile-ubuntu-16.04
parent2e585cadb968853abe684156b5ab5a425f61f65d (diff)
downloadtalos-skiboot-c249da16053b8409e7aae4bb963e52354de01dc2.tar.gz
talos-skiboot-c249da16053b8409e7aae4bb963e52354de01dc2.zip
travis: use curl rather than wget
Signed-off-by: Stewart Smith <stewart@linux.vnet.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 8dea58de..2ed83cdd 100644
--- a/opal-ci/Dockerfile-ubuntu-16.04
+++ b/opal-ci/Dockerfile-ubuntu-16.04
@@ -1,9 +1,9 @@
FROM ubuntu:16.04
RUN apt-get update -qq
RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache
-RUN apt-get install -y wget xterm
+RUN apt-get install -y wget curl xterm
RUN apt-get install -y gcc-arm-linux-gnueabi
-RUN wget ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb
+RUN curl -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 -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