mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-01 08:27:09 +00:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user