add zip
This commit is contained in:
parent
4855b82659
commit
4646e0f5e6
|
|
@ -7,7 +7,7 @@ COPY . .
|
||||||
ARG NODE_VERSION=18
|
ARG NODE_VERSION=18
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y curl unzip bash gnupg
|
RUN apt-get install -y curl unzip zip bash gnupg
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
RUN apt-get -y install nodejs
|
RUN apt-get -y install nodejs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue