Browse Source

Merge pull request #2331 from jhesketh/patch-4

Fix building solr
André Peters 6 years ago
parent
commit
2a1999508e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/Dockerfiles/solr/Dockerfile

+ 1 - 0
data/Dockerfiles/solr/Dockerfile

@@ -7,6 +7,7 @@ COPY solr-schema-7.7.0.xml /
 
 RUN apk --no-cache add su-exec curl tzdata \
   && chmod +x /docker-entrypoint.sh \
+  && sync \
   && bash /docker-entrypoint.sh --bootstrap
 
 ENTRYPOINT ["/docker-entrypoint.sh"]