kopia lustrzana https://github.com/wagtail/docker-wagtail-develop
Install postgresql-client so we can use 'manage.py dbshell'
rodzic
09ae6c40a9
commit
230934edaf
|
@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
# Install libenchant and create the requirements folder.
|
# Install libenchant and create the requirements folder.
|
||||||
RUN apt-get update -y \
|
RUN apt-get update -y \
|
||||||
&& apt-get install -y libenchant-dev \
|
&& apt-get install -y libenchant-dev postgresql-client \
|
||||||
&& mkdir -p /code/requirements
|
&& mkdir -p /code/requirements
|
||||||
|
|
||||||
# Install the bakerydemo project's dependencies into the image.
|
# Install the bakerydemo project's dependencies into the image.
|
||||||
|
|
Ładowanie…
Reference in New Issue