FROM alpine:latest RUN apk add --no-cache \ bash \ curl \ helix \ shadow RUN chsh -s /bin/bash RUN mkdir /app WORKDIR /app CMD [ "/bin/bash" ]