mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 01:22:25 +03:00
apk add postgresql-client with django Dockerfile
This commit is contained in:
parent
f3dc7898e9
commit
e1bce92ad9
|
@ -11,7 +11,9 @@ RUN apk update \
|
||||||
# CFFI dependencies
|
# CFFI dependencies
|
||||||
&& apk add libffi-dev openssl-dev py-cffi \
|
&& apk add libffi-dev openssl-dev py-cffi \
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
&& apk add gettext
|
&& apk add gettext \
|
||||||
|
# https://docs.djangoproject.com/en/2.0/ref/django-admin/#dbshell
|
||||||
|
&& apk add postgresql-client
|
||||||
|
|
||||||
# Requirements have to be pulled and installed here, otherwise caching won't work
|
# Requirements have to be pulled and installed here, otherwise caching won't work
|
||||||
COPY ./requirements /requirements
|
COPY ./requirements /requirements
|
||||||
|
|
Loading…
Reference in New Issue
Block a user