Install postgresql-client so we can use 'manage.py dbshell'

pull/24/head
Cynthia Kiser 2021-01-31 13:33:22 -08:00 zatwierdzone przez Cynthia Kiser
rodzic 09ae6c40a9
commit 230934edaf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED 1
# Install libenchant and create the requirements folder.
RUN apt-get update -y \
&& apt-get install -y libenchant-dev \
&& apt-get install -y libenchant-dev postgresql-client \
&& mkdir -p /code/requirements
# Install the bakerydemo project's dependencies into the image.