FROM nginx:alpine

RUN apk update && apk add bash

RUN apk update && \
    apk add nano && \
    rm -fr /var/lib/apt/lists/*
