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