Skip to content
Snippets Groups Projects
Commit 097cd39b authored by Vineet Reddy Rajula's avatar Vineet Reddy Rajula Committed by Francisco Borges Aurindo Barros
Browse files

Add tzdata module to load time locations

parent 7d4ceeaf
No related branches found
No related tags found
1 merge request!197Add tzdata module to load time locations
......@@ -30,5 +30,8 @@ COPY --from=builder /workspace/manager .
# Pkg used for WebDAV password generation
RUN apk add --no-cache openssl
# Pkg used for time locations
RUN apk --no-cache add tzdata
USER 65532:65532
ENTRYPOINT ["/manager"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment