From b7fcf8e339aba7792ab50e20c9a5f16e783e8e88 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:16:31 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce9b53b..fa80e1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,4 @@ -FROM debian:12 - -RUN apt-get update && \ - apt-get install -y libstdc++6 curl bash unzip && \ - curl -fsSL https://bun.sh/install | bash && \ - apt-get clean +FROM oven/bun:latest WORKDIR /app