diff --git a/Dockerfile b/Dockerfile index 8ca0f1b..0890e85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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