Add tzdata package for showing local time in log (#149)

This commit is contained in:
Chao-Jui Chang
2025-07-15 18:08:50 +08:00
committed by GitHub
parent a8ae18fe85
commit 10722d7105

View File

@@ -30,7 +30,7 @@ RUN git clone https://github.com/bolkedebruin/rdpgw.git /app && \
FROM alpine:latest FROM alpine:latest
RUN apk --no-cache add linux-pam musl RUN apk --no-cache add linux-pam musl tzdata
# make tempdir in case filestore is used # make tempdir in case filestore is used
ADD tmp.tar / ADD tmp.tar /