mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-29 03:32:53 +02:00
Add tzdata package for showing local time in log
This commit is contained in:
parent
caa765371d
commit
b0c000033d
1 changed files with 1 additions and 1 deletions
|
@ -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 /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue