(new): linux image
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM node:24-bookworm-slim
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends docker.io bash git ca-certificates && \
|
||||
apt-get install -y --no-install-recommends docker.io bash git ca-certificates curl && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user