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
|
FROM alpine
|
||||||
ADD entrypoint.py /bin/
|
ADD aptly-publish /bin/
|
||||||
RUN chmod +x /bin/entrypoint.py
|
RUN chmod +x /bin/aptly-publish
|
||||||
RUN apk -Uuv add python3 py3-requests py3-urllib3 py3-pip
|
RUN apk -Uuv add python3 py3-requests py3-urllib3 py3-pip
|
||||||
RUN pip install debian-parser
|
RUN pip install debian-parser
|
||||||
ENTRYPOINT /bin/entrypoint.py
|
ENTRYPOINT /bin/aptly-publish
|
||||||
|
|
Loading…
Reference in a new issue