Explorar el Código

Update Dockerfile

Christian Burmeister hace 6 años
padre
commit
f35ffa61d0
Se han modificado 1 ficheros con 1 adiciones y 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