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