Fix pgsql installation
Some checks failed
Test build / build (push) Has been cancelled

This commit is contained in:
Adam Štrauch 2025-05-04 14:18:05 +02:00
parent 52c3d32951
commit e1c0c0767a
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -111,7 +111,7 @@ RUN apt install -f xfonts-75dpi && \
## Up to date PostgreSQL
RUN apt install postgresql-common /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh && apt install postgresql -y
RUN apt install -y postgresql-common && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && apt install postgresql -y
## Support tools and miscellaneous stuff