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