From 428eb803fd7cdb5883f437e293dcbfc84f12b261 Mon Sep 17 00:00:00 2001 From: David Buxton Date: Wed, 29 Jul 2020 07:51:43 +0100 Subject: [PATCH] Fix travis tests and bump minor Django version See https://github.com/npm/npm/issues/20861 - AWS issue with M5 machine family which I guess is what Travis uses under the hood. --- Dockerfile | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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