do not apt-get update

This commit is contained in:
phips28 2019-10-26 22:10:25 +02:00
parent f31220e987
commit 3bcb9daea3
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