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