add TZ to Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user