This commit is contained in:
Rizky 2024-01-20 06:45:48 +07:00
parent 4855b82659
commit 4646e0f5e6
1 changed files with 1 additions and 1 deletions

View File

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