aptly-publish/Dockerfile
Benjamin Renard a5a91d14cf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Allow to use this repository as Forgejo Action
2024-03-10 18:12:54 +01:00

7 lines
199 B
Docker

FROM node:16-alpine
ADD aptly-publish /bin/
RUN chmod +x /bin/aptly-publish
RUN apk -Uuv add python3 py3-requests py3-urllib3 py3-pip bash
RUN pip install debian-parser
ENTRYPOINT /bin/aptly-publish