Parcourir la source

Update Dockerfile

Christian Burmeister il y a 6 ans
Parent
commit
f35ffa61d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      data/Dockerfiles/solr/Dockerfile

+ 1 - 1
data/Dockerfiles/solr/Dockerfile

@@ -2,7 +2,7 @@ FROM solr:7-alpine
 USER root
 COPY docker-entrypoint.sh /
 
-RUN apk --no-cache add su-exec curl \
+RUN apk --no-cache add su-exec curl tzdata \
   && chmod +x /docker-entrypoint.sh \
   && /docker-entrypoint.sh --bootstrap