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

USER node
