Update Dockerfile

This commit is contained in:
Alexandre
2024-03-18 16:44:18 +01:00
committed by GitHub
parent 1cd668f61c
commit a9ee92f065

View File

@@ -29,6 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_SERVICES_GRACETIME=0
# Install postgres
ENV PGDATA=/config/postgres
RUN \
apt update && apt install vim gnupg2 lsb-release sudo -y && \
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc| gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \