Please add tzdata package to allow timezone setting Dockerfile: From: RUN apk add --no-cache curl jq To: RUN apk add --no-cache curl jq tzdata
Please add tzdata package to allow timezone setting
Dockerfile:
From: RUN apk add --no-cache curl jq
To: RUN apk add --no-cache curl jq tzdata