Install psql client
This commit is contained in:
parent
80282cfc7a
commit
8e613dd368
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
|
|||
PIP_NO_CACHE_DIR=1 \
|
||||
POETRY_VERSION=1.1.12
|
||||
|
||||
|
||||
RUN apt update && apt install -y postgresql-client
|
||||
|
||||
# Create a /venv directory & environment.
|
||||
# This directory will be copied into the final stage of docker build.
|
||||
RUN python -m venv /venv
|
||||
|
|
Loading…
Reference in a new issue