Rename entrypoint.py to aptly-publish

This commit is contained in:
Benjamin Renard 2022-11-30 20:13:57 +01:00
parent a450ed9058
commit 4529061bc4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM alpine
ADD entrypoint.py /bin/
RUN chmod +x /bin/entrypoint.py
ADD aptly-publish /bin/
RUN chmod +x /bin/aptly-publish
RUN apk -Uuv add python3 py3-requests py3-urllib3 py3-pip
RUN pip install debian-parser
ENTRYPOINT /bin/entrypoint.py
ENTRYPOINT /bin/aptly-publish