Files
node/Dockerfile
Valentin Silytuin c22671552d 18.17-1.0.2
2023-09-05 00:12:45 +04:00

4 lines
101 B
Docker

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