Update Dockerfile dependencies to add tzdata

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-08-14 23:32:20 -06:00
parent ef81e7b4fc
commit 0f3f145ebe
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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