FROM alpine:3.15 RUN apk add --no-cache bash COPY build.sh /build.sh ENTRYPOINT ["/bin/bash","/build.sh"] VOLUME /out