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