Skip to content

Commit

Permalink
fix "text file busy" error by adding sync according to (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
saint1991 authored Jun 22, 2018
1 parent 059fc5c commit 916d396
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions 0.10.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.11.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.12.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.13.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.14.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.14.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.5.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.6.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions 0.9.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN apt-get update -y && \

ADD https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh /tmp/installer.sh
RUN chmod +x /tmp/installer.sh && \
sync && \
/tmp/installer.sh && \
rm /tmp/installer.sh

0 comments on commit 916d396

Please sign in to comment.