Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 14bb94d

Browse files
andresilva5chdn
authored andcommitted
docker: update hub dockerfile (#9173)
* update Dockerfile for hub update to Ubuntu Xenial 16.04 fix cmake version * docker: fix tab indentation in hub dockerfile
1 parent 5d5b75a commit 14bb94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/hub/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:14.04
1+
FROM ubuntu:xenial
22
MAINTAINER Parity Technologies <devops@parity.io>
33
WORKDIR /build
44
#ENV for build TAG
@@ -40,7 +40,6 @@ cd /build&&git clone https://github.com/paritytech/parity && \
4040
git pull&& \
4141
git checkout $BUILD_TAG && \
4242
cargo build --verbose --release --features final && \
43-
#ls /build/parity/target/release/parity && \
4443
strip /build/parity/target/release/parity && \
4544
file /build/parity/target/release/parity&&mkdir -p /parity&& cp /build/parity/target/release/parity /parity&&\
4645
#cleanup Docker image
@@ -51,6 +50,7 @@ cd /build&&git clone https://github.com/paritytech/parity && \
5150
# add-apt-repository
5251
software-properties-common \
5352
make \
53+
cmake \
5454
curl \
5555
wget \
5656
git \

0 commit comments

Comments
 (0)