From 09843f5439b259435ebf911459dd3fab0f199748 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 17 Jan 2018 17:11:29 -0800 Subject: [PATCH] Bump to artful Zesty fell out of support on Jan 13, and the packages have started disappearing from http://archive.ubuntu.com/ubuntu/ and other mirrors as of today. This will totally screw up our build processes whenever it hits the mirror we use. --- repo2docker/buildpacks/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repo2docker/buildpacks/base.py b/repo2docker/buildpacks/base.py index c587e94c..abb88376 100644 --- a/repo2docker/buildpacks/base.py +++ b/repo2docker/buildpacks/base.py @@ -10,7 +10,7 @@ import re import docker TEMPLATE = r""" -FROM buildpack-deps:zesty +FROM buildpack-deps:artful # Set up locales properly RUN apt-get update && \ @@ -151,7 +151,6 @@ class BuildPack(LoggingConfigurable): # FIXME: Use npm from nodesource! # Everything seems to depend on npm these days, unfortunately. "npm", - "nodejs-legacy" }, help=""" Base set of apt packages that are installed for all images.