Skip to content

Commit

Permalink
initial attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Leadbeater committed Feb 25, 2020
1 parent 91ea5e2 commit 949d6c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Use Ubuntu 18.04 LTS as our base image.
FROM ledsys/rust-musl-builder:0.0.1

ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 949d6c8

Please sign in to comment.