diff --git a/Dockerfile b/Dockerfile index 961e4f35..76235eb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . ARG NODE_VERSION=18 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 apt-get -y install nodejs