Update Dockerfile
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
FROM debian:12
|
FROM debian:12
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y libstdc++6 && \
|
apt-get install -y libstdc++6 curl bash && \
|
||||||
curl -fsSL https://bun.sh/install | bash && \
|
curl -fsSL https://bun.sh/install | bash && \
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user