aptly-publisher/Dockerfile

6 lines
129 B
Docker
Raw Normal View History

2022-09-27 23:19:52 +00:00
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