RUN apt-get update
This commit is contained in:
parent
d27683955b
commit
fa487b1928
|
@ -22,7 +22,7 @@ LABEL "com.github.actions.color"="blue"
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
#RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install git
|
RUN apt-get -y install git
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
Loading…
Reference in New Issue