diff --git a/Dockerfile b/Dockerfile index db4a404..925a8ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:12 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 && \ apt-get clean