From 10722d7105f5cdf4d9d5aaae390af6e0e5c3308b Mon Sep 17 00:00:00 2001 From: Chao-Jui Chang Date: Tue, 15 Jul 2025 18:08:50 +0800 Subject: [PATCH] Add tzdata package for showing local time in log (#149) --- dev/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docker/Dockerfile b/dev/docker/Dockerfile index 998a1cd..4319809 100644 --- a/dev/docker/Dockerfile +++ b/dev/docker/Dockerfile @@ -30,7 +30,7 @@ RUN git clone https://github.com/bolkedebruin/rdpgw.git /app && \ 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 ADD tmp.tar /