RUN apt-get update

This commit is contained in:
phips28 2019-10-26 22:12:01 +02:00
parent d27683955b
commit fa487b1928
1 changed files with 1 additions and 1 deletions

View File

@ -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