Add 'sync' to Dockerfile to avoid 'Text file busy' error when building image
This commit is contained in:
parent
f913b7138d
commit
a05aaa8b00
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ MAINTAINER Hadrien Mary <hadrien.mary@gmail.com>
|
|||
COPY . /app/
|
||||
|
||||
# Install simp_le program
|
||||
RUN chmod +rx /app/install_simp_le.sh && /app/install_simp_le.sh && rm -f /app/install_simp_le.sh
|
||||
RUN chmod +rx /app/install_simp_le.sh && sync && /app/install_simp_le.sh && rm -f /app/install_simp_le.sh
|
||||
|
|
Loading…
Reference in a new issue