Skip to content

Commit

Permalink
fix(dockerfile): install tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarslomic committed Mar 10, 2024
1 parent 10d47f5 commit faf98f4
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 faf98f4

Please sign in to comment.