Update jitsi_admin_application_dockerfile.txt

This commit is contained in:
holzi1005 2024-11-17 08:49:10 +01:00
parent 62a1f5e205
commit 16456a20e1

View file

@ -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