Browse Source

Workaround for ./install.sh: Text file busy

pull/91/head
Pirmin Kalberer 6 years ago
parent
commit
fecd6f1a0b
  1. 2
      rust/Dockerfile

2
rust/Dockerfile

@ -5,7 +5,7 @@ LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
ENV USER root
ADD install.sh install.sh
RUN chmod +x install.sh && ./install.sh && rm install.sh
RUN chmod +x install.sh && sync && ./install.sh && rm install.sh
VOLUME ["/source"]
WORKDIR /source

Loading…
Cancel
Save