Skip to content

Commit

Permalink
fix(docker): install tzdata in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Mar 8, 2024
1 parent 71ea0d1 commit 69be0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GIT_SHA
ENV NODE_ENV production

# Install timezone database to allow setting timezone through TZ environment variable
RUN apk add --no-cache tzdata
RUN apt install tzdata

LABEL org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.authors="Steven Mayotte" \
Expand Down

0 comments on commit 69be0f8

Please sign in to comment.