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