Files
node/22.20/1.1.0/Dockerfile
2026-03-10 14:51:37 +04:00

4 lines
106 B
Docker

FROM node:22.20-alpine3.21
RUN apk add --no-cache bash git openjdk17-jre-headless openssh
CMD ["/bin/sh"]