From e1c0c0767a480e20976373f6d1caf35d9044dab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= <cx@initd.cz> Date: Sun, 4 May 2025 14:18:05 +0200 Subject: [PATCH] Fix pgsql installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53caa0a..b37164a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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