22.20-2.0.0
This commit is contained in:
5
22.20/2.0.0/Dockerfile
Normal file
5
22.20/2.0.0/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:22.20-alpine3.21
|
||||
RUN apk add --no-cache bash git openjdk17-jre-headless openssh
|
||||
WORKDIR /app
|
||||
ENV HOME=/home/node
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user