From 0dea6c0785e757a56571c9f3a4329cc184b809fd Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:59:02 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 925a8ed..a4c6dd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:12 RUN apt-get update && \ - apt-get install -y libstdc++6 curl bash && \ + apt-get install -y libstdc++6 curl bash unzip && \ curl -fsSL https://bun.sh/install | bash && \ apt-get clean