Update jitsi_admin_application_dockerfile.txt
This commit is contained in:
parent
62a1f5e205
commit
16456a20e1
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ RUN apk --no-cache add \
|
|||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN sed -i 's/^date.timezone=.*$/date.timezone="Europe\/Berlin"/' /etc/php83/conf.d/custom.ini
|
||||
RUN echo "Europe/Berlin" > /etc/timezone
|
||||
|
||||
RUN wget https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-amd64 -O /supercronic \
|
||||
&& chmod +x /supercronic
|
||||
|
|
Loading…
Reference in a new issue