node/Dockerfile

4 lines
101 B
Docker

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