node/Dockerfile

4 lines
101 B
Docker
Raw Permalink Normal View History

2024-04-18 11:20:22 +03:00
FROM node:20.12-alpine3.19
2023-09-04 23:12:45 +03:00
RUN apk add --no-cache git openjdk17-jre-headless openssh
2023-09-04 12:03:01 +03:00
CMD ["/bin/sh"]