aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-ubuntu-latest
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-latest
parent2e585cadb968853abe684156b5ab5a425f61f65d (diff)
downloadskiboot-c249da16053b8409e7aae4bb963e52354de01dc2.zip
skiboot-c249da16053b8409e7aae4bb963e52354de01dc2.tar.gz
skiboot-c249da16053b8409e7aae4bb963e52354de01dc2.tar.bz2
travis: use curl rather than wget
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-latest')
-rw-r--r--opal-ci/Dockerfile-ubuntu-latest4
1 files changed, 2 insertions, 2 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-latest b/opal-ci/Dockerfile-ubuntu-latest
index 683a5a1..fde86ec 100644
--- a/opal-ci/Dockerfile-ubuntu-latest
+++ b/opal-ci/Dockerfile-ubuntu-latest
@@ -1,9 +1,9 @@
FROM ubuntu:latest
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 xterm curl
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