Skip to content

Commit

Permalink
Update Dockerfile - changed install.sh
Browse files Browse the repository at this point in the history
changed dockerfile to use our provided "install" script instead
  • Loading branch information
mciverza committed Nov 22, 2018
1 parent 8f145b1 commit 64d18fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && \
curl -sOSL https://static.rust-lang.org/dist/${RUST_NIGHTLY_NAME}.tar.gz && \
curl -s https://static.rust-lang.org/dist/${RUST_NIGHTLY_NAME}.tar.gz.sha256 | sha256sum -c - && \
tar -xzf ${RUST_NIGHTLY_NAME}.tar.gz && \
cp ./install ./${RUST_NIGHTLY_NAME}/install.sh && \
./${RUST_NIGHTLY_NAME}/install.sh && \
curl -sOSL https://github.com/SimonKagstrom/kcov/archive/master.zip && \
unzip master.zip && \
Expand Down

0 comments on commit 64d18fd

Please sign in to comment.