From 2767f83fd0bf6969937577538dfe6a66ca27ee00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A1=EA=B8=B0=EC=A4=80?= Date: Mon, 19 Aug 2024 02:22:45 +0900 Subject: [PATCH] Update Dockerfile --- packages/main/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/Dockerfile b/packages/main/Dockerfile index cd733795..a1f5f3cd 100644 --- a/packages/main/Dockerfile +++ b/packages/main/Dockerfile @@ -1,6 +1,6 @@ FROM node:22-alpine AS builder -RUN apk add --no-cache libc6-compat +RUN apk add --no-cache libc6-compat curl unzip RUN curl -L -o /repo.zip https://github.com/DSM-Repo/repo/archive/main.zip && \ unzip /repo.zip -d /