This commit is contained in:
Benjamin Toby
2025-02-06 10:01:51 +01:00
parent fcd69e55d4
commit fd595d1c2a
4 changed files with 11 additions and 5 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
# Set Node.js version
FROM node:20-alpine
FROM node:20-bookworm
RUN apk update && apk add --no-cache curl bash nano
SHELL ["/bin/bash", "-c"]
RUN apt update
RUN apt install -y curl bash nano wget zip unzip
RUN curl -fsSL https://bun.sh/install | bash
ENV PATH="/root/.bun/bin:${PATH}"