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