postgres client instead of server
This commit is contained in:
parent
4b5e26b853
commit
ca437e9809
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
{:package [{:name "restic"}]}
|
{:package [{:name "restic"}
|
||||||
|
{:name "postgresql-client-12"}]}
|
||||||
|
|
Loading…
Reference in a new issue