Browse Source

env

pull/2/head
Johannes Schickling 10 years ago
parent
commit
ddebcec334
  1. 3
      rust/Dockerfile

3
rust/Dockerfile

@ -1,6 +1,9 @@
FROM debian:wheezy
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
# needed by cargo
ENV USER root
ADD install.sh install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh

Loading…
Cancel
Save