Rename entrypoint.py to aptly-publish
This commit is contained in:
parent
a450ed9058
commit
4529061bc4
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue