Skip to content

Commit

Permalink
Merge 64d18fd into f00bc84
Browse files Browse the repository at this point in the history
  • Loading branch information
mciverza committed Nov 22, 2018
2 parents f00bc84 + 64d18fd commit a4cfe2b
Show file tree
Hide file tree
Showing 3 changed files with 1,975 additions 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 a4cfe2b

Please sign in to comment.