Skip to content

Commit

Permalink
Update Dockerfile dependencies to add tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolat committed Aug 15, 2024
1 parent ef81e7b commit 0f3f145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
wget=1.21.4-1ubuntu4.1 unzip=6.0-28ubuntu4 git=1:2.43.0-1ubuntu7.1 \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 && \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 tzdata=2024a-2ubuntu1 && \
rm -rf /var/lib/apt/lists/*

# Add PostgreSQL repository and key
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cicd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
wget=1.21.4-1ubuntu4.1 unzip=6.0-28ubuntu4 git=1:2.43.0-1ubuntu7.1 \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 && \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 tzdata=2024a-2ubuntu1 && \
rm -rf /var/lib/apt/lists/*

# Add PostgreSQL repository and key
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
wget=1.21.4-1ubuntu4.1 unzip=6.0-28ubuntu4 git=1:2.43.0-1ubuntu7.1 \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 && \
gnupg2=2.4.4-2ubuntu17 lsb-release=12.0-2 tzdata=2024a-2ubuntu1 && \
rm -rf /var/lib/apt/lists/*

# Add PostgreSQL repository and key
Expand Down

0 comments on commit 0f3f145

Please sign in to comment.