From 3bcb9daea358863375679f2696f91b8c28add175 Mon Sep 17 00:00:00 2001 From: phips28 Date: Sat, 26 Oct 2019 22:10:25 +0200 Subject: [PATCH] do not apt-get update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c1b36e..912c70f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ LABEL "com.github.actions.color"="blue" COPY package*.json ./ # Install dependencies -RUN apt-get update +#RUN apt-get update RUN apt-get -y install git RUN npm ci