Skip to content

Instantly share code, notes, and snippets.

@zummenix
Created May 2, 2016 17:06
Show Gist options
  • Save zummenix/4fd34c0062ffd5ae8728b81e96bdb4d8 to your computer and use it in GitHub Desktop.
Save zummenix/4fd34c0062ffd5ae8728b81e96bdb4d8 to your computer and use it in GitHub Desktop.
FROM jimmycuadra/rust
MAINTAINER Aleksey Kuznetsov, zummenix@gmail.com
ENV CARGO_HOME /cargo
RUN mkdir -p "$CARGO_HOME"
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment