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