Skip to content

Commit

Permalink
trying to add syncto prevent a "Text file busy" error
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Feb 20, 2018
1 parent b930503 commit 2a47e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WORKDIR ${SMUFL_BUILD_HOME}
RUN apt-get update \
&& apt-get install -y --force-yes ant \
# installing nodejs
&& chmod 755 /tmp/nodejs_setup \
&& chmod 755 /tmp/nodejs_setup; sync \
&& /tmp/nodejs_setup \
&& apt-get install -y nodejs \
# installing XMLShell and Saxon
Expand Down

0 comments on commit 2a47e2b

Please sign in to comment.