Browse Source

chmod

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

2
rust/Dockerfile

@ -2,7 +2,7 @@ FROM debian:wheezy
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh
RUN ./install.sh && rm install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh
VOLUME ["/source"]
WORKDIR /source

Loading…
Cancel
Save