diff --git a/Dockerfile b/Dockerfile index 3e50b3e00..f42761fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN apk add --no-cache \ ca-certificates \ bash +RUN npm config set unsafe-perm true RUN npm install -g \ --registry http://registry.npmjs.org/ \ coffee-script \ diff --git a/requirements.txt b/requirements.txt index 098b5e41e..dca9d9905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ celery==4.2.1 coreapi==2.3.0 coreschema==0.0.4 dj-database-url==0.4.2 -Django==1.11.11 +Django==1.11.29 django-appconf==1.0.2 django-auth-ldap==1.2.16 django-autocomplete-light==3.2.10