FROM node:22-alpine3.21
RUN apk add --no-cache \
    git \
    nano \
    openssh

USER node
