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

USER node
