postgres client instead of server

This commit is contained in:
jem 2020-11-27 09:24:34 +01:00
parent 4b5e26b853
commit ca437e9809
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-k
RUN apt-get update RUN apt-get update
# Install the latest version of PostgreSQL. # Install the latest version of PostgreSQL.
# If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql': # If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql':
RUN apt-get -y install postgresql RUN apt-get -y install postgresql-client-12
# Prepare Entrypoint Script # Prepare Entrypoint Script

View file

@ -1 +1,2 @@
{:package [{:name "restic"}]} {:package [{:name "restic"}
{:name "postgresql-client-12"}]}