Skip to content

Commit afed2a8

Browse files
committed
Fix failing docker build on travis
Added sync between chmod and exec of file to fix the intermittent "text file busy" problem.
1 parent 3d0fe9f commit afed2a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ COPY . /src/satosa
1818
COPY docker/setup.sh /setup.sh
1919
COPY docker/start.sh /start.sh
2020
RUN chmod +x /setup.sh /start.sh \
21+
&& sync \
2122
&& /setup.sh
2223

2324
COPY docker/attributemaps /opt/satosa/attributemaps

0 commit comments

Comments
 (0)