Fix
Some checks failed
Test build / build (push) Failing after 6m19s

This commit is contained in:
Adam Štrauch 2025-05-04 16:31:04 +02:00
parent e1c0c0767a
commit b316acc372
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 -y postgresql-common && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && apt install postgresql -y
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y postgresql-common && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && DEBIAN_FRONTEND=noninteractive apt-get install postgresql -y
## Support tools and miscellaneous stuff