Séparation du fichier de configuration à l'aide de django-split-settings
This commit is contained in:
@ -9,9 +9,11 @@ COPY requirements.txt $APPS_DIR/
|
||||
WORKDIR $APPS_DIR
|
||||
|
||||
# uWSGI requires linux-headers
|
||||
# django-split-settings needs ca-certificates as they changed on PyPi
|
||||
RUN set -ex \
|
||||
&& buildDeps=' \
|
||||
build-base \
|
||||
ca-certificates \
|
||||
linux-headers \
|
||||
python3-dev \
|
||||
' \
|
||||
|
Reference in New Issue
Block a user