add TZ to Dockerfile
This commit is contained in:
@@ -68,6 +68,7 @@ ENV SSHWIFTY_HOSTNAME= \
|
|||||||
SSHWIFTY_ONLYALLOWPRESETREMOTES=
|
SSHWIFTY_ONLYALLOWPRESETREMOTES=
|
||||||
COPY --from=builder /sshwifty /
|
COPY --from=builder /sshwifty /
|
||||||
COPY . /sshwifty-src
|
COPY . /sshwifty-src
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
adduser -D sshwifty && \
|
adduser -D sshwifty && \
|
||||||
chmod +x /sshwifty && \
|
chmod +x /sshwifty && \
|
||||||
|
|||||||
Reference in New Issue
Block a user