Skip to content

Commit 2ace3fe

Browse files
Merge pull request #147 from SUNET/fix_docker_build_on_travis
Fix failing docker build on travis
2 parents 3d0fe9f + afed2a8 commit 2ace3fe

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)