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