parent
e1c0c0767a
commit
b316acc372
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ RUN apt install -f xfonts-75dpi && \
|
||||||
|
|
||||||
## Up to date PostgreSQL
|
## 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
|
## Support tools and miscellaneous stuff
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue