mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
add tzdata into container
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7f4e606d60
commit
ddae2673cd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM haproxy:2.4.24-alpine3.18
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache date; \
|
apk add --no-cache tzdata; \
|
||||||
chmod 777 -R /run/; \
|
chmod 777 -R /run/; \
|
||||||
chmod 777 -R /var/lib/haproxy
|
chmod 777 -R /var/lib/haproxy
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue