FROM node:26-alpine3.23
RUN apk add --no-cache \
    bash \
    git \
    nano \
    openssh

USER node
