From b316acc372c48a0fdff706d89e062e214c69be36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Sun, 4 May 2025 16:31:04 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b37164a..65b8629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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