Update Dockerfile

This commit is contained in:
2025-12-08 17:59:02 +09:00
parent 0a1bfaf4e7
commit 0dea6c0785
+1 -1
View File
@@ -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