diff --git a/hosting/couchdb/Dockerfile b/hosting/couchdb/Dockerfile index 11fab7129f..0de5288f6d 100644 --- a/hosting/couchdb/Dockerfile +++ b/hosting/couchdb/Dockerfile @@ -6,6 +6,7 @@ EXPOSE 5984 RUN apt-get update && apt-get install -y --no-install-recommends software-properties-common wget unzip curl && \ apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' && \ + apt-add-repository 'deb http://archive.debian.org/debian stretch-backports main' && \ apt-get update && apt-get install -y --no-install-recommends openjdk-8-jre && \ rm -rf /var/lib/apt/lists/ diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index 2c6c06aa6e..80ea72dce0 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -33,6 +33,7 @@ COPY --from=build /worker /worker RUN apt-get update && \ apt-get install -y --no-install-recommends software-properties-common nginx uuid-runtime redis-server && \ apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main' && \ + apt-add-repository 'deb http://archive.debian.org/debian stretch-backports main' && \ apt-get update # install other dependencies, nodejs, oracle requirements, jdk8, redis, nginx