22.20-2.0.0

This commit is contained in:
2026-09-11 00:16:44 +04:00
parent daaa1d5e7c
commit 03e540d2e2

5
22.20/2.0.0/Dockerfile Normal file
View 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"]