Skip to content

Commit

Permalink
Added tzdata deb package to docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpfeifer committed Oct 16, 2024
1 parent 2985a91 commit 630ec6c
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 @@ -24,7 +24,7 @@ FROM ${BASE_IMAGE}:${BASE_TAG}
USER root
RUN apt update --yes
RUN apt install --yes --no-install-recommends \
sudo wget git openssh-client rsync curl
sudo tzdata wget git openssh-client rsync curl

# Give NB_USER sudo power for "/usr/bin/apt-get install/update" or "/usr/bin/apt install/update".
USER root
Expand Down

0 comments on commit 630ec6c

Please sign in to comment.