This commit is contained in:
parent
52c3d32951
commit
e1c0c0767a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue