Update Dockerfile

master
Christian Burmeister 2019-02-08 17:03:38 +01:00 committed by GitHub
parent 0e8f8ada1f
commit f35ffa61d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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