From fa487b1928aee39f8fc67f4e095b60ce036e649c Mon Sep 17 00:00:00 2001 From: phips28 Date: Sat, 26 Oct 2019 22:12:01 +0200 Subject: [PATCH] RUN apt-get update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 912c70f..8c1b36e 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