Updates
This commit is contained in:
+3
-5
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user