Update Dockerfile
parent
0e8f8ada1f
commit
f35ffa61d0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue