FROM alpine:latest RUN apk add perl lowdown WORKDIR /app COPY generate_capsule.sh . ENTRYPOINT [ "./generate_capsule.sh" ]