From 36c21efb5f37328f111d125fffd8394fd6e47466 Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Tue, 12 Nov 2024 10:56:24 +0000 Subject: [PATCH] feat: add essential commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49b173c..2747b85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add --no-cache nodejs npm +RUN apk add --no-cache nodejs npm git curl RUN npm i -g pnpm