Update Dockerfile

This commit is contained in:
2025-12-08 18:16:31 +09:00
parent fff015f839
commit b7fcf8e339
+1 -6
View File
@@ -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