add TZ to Dockerfile

This commit is contained in:
2023-01-05 08:03:38 +02:00
parent 8f39f4e907
commit a2a0d85e5d

View File

@@ -68,6 +68,7 @@ ENV SSHWIFTY_HOSTNAME= \
SSHWIFTY_ONLYALLOWPRESETREMOTES=
COPY --from=builder /sshwifty /
COPY . /sshwifty-src
RUN apk add --no-cache tzdata
RUN set -ex && \
adduser -D sshwifty && \
chmod +x /sshwifty && \