FROM alpine ADD aptly.sh /bin/ RUN chmod +x /bin/aptly.sh RUN apk -Uuv add curl ca-certificates bash jo ENTRYPOINT /bin/aptly.sh