fix: add tzdata package to Dockerfile

This commit is contained in:
Abhinav Raut
2025-03-15 00:27:54 +05:30
parent 83b891c92a
commit 32401fa231

View File

@@ -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