do not apt-get update
This commit is contained in:
parent
f31220e987
commit
3bcb9daea3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue