mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-22 21:01:57 +00:00
fix: add tzdata package to Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# Install necessary packages
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN apk --no-cache add ca-certificates tzdata
|
||||
|
||||
# Set the working directory to /libredesk
|
||||
WORKDIR /libredesk
|
||||
|
Reference in New Issue
Block a user