Explorar o código

Update Dockerfile

Christian Burmeister %!s(int64=6) %!d(string=hai) anos
pai
achega
f35ffa61d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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