Update Dockerfile

This commit is contained in:
Alexandre
2024-12-11 10:41:42 +01:00
committed by GitHub
parent 5eac1f487f
commit f618f657f7

View File

@@ -90,7 +90,7 @@ RUN apt-get update && apt-get install -y \
echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
apt-get update && \
apt-get install -y postgresql-client-15
apt-get install -y --no-install-recommends postgresql-client-15
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/ha_entrypoint.sh" ]