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