Skip to content

Commit

Permalink
feat: install tzdata to support configuring time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 3, 2024
1 parent cb94dcc commit 7447643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
libunwind-dev \
netcat \
ca-certificates \
tzdata \
&& rm -rf /var/lib/apt/lists/*

# Install NodeJS
Expand Down

0 comments on commit 7447643

Please sign in to comment.