From 4646e0f5e6d7deb1f790e5e9807859e7733d0037 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 20 Jan 2024 06:45:48 +0700 Subject: [PATCH] add zip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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