Update Dockerfile

This commit is contained in:
Christian Burmeister
2019-02-08 17:03:38 +01:00
committed by GitHub
parent 0e8f8ada1f
commit f35ffa61d0

View File

@@ -2,7 +2,7 @@ FROM solr:7-alpine
USER root USER root
COPY docker-entrypoint.sh / 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 \ && chmod +x /docker-entrypoint.sh \
&& /docker-entrypoint.sh --bootstrap && /docker-entrypoint.sh --bootstrap