From 70a0f74f3037ee889f22b99a3bbbab51c7998441 Mon Sep 17 00:00:00 2001 From: Joseph Pett Date: Mon, 24 Aug 2020 11:53:45 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 11c4f82..e743b0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM morecobol/gnucobol +RUN sed -i.bak -r 's/(archive|security).ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list +RUN apt-get update # install node and other sys dependencies RUN apt-get install curl -y