From b0c000033df891bc191c35d1d3e30de06b4af272 Mon Sep 17 00:00:00 2001 From: Chao-Jui Chang Date: Mon, 14 Jul 2025 03:21:07 +0800 Subject: [PATCH] Add tzdata package for showing local time in log --- 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 /