diff --git a/Dockerfile b/Dockerfile index a567984..0e71871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/entrypoint.py b/aptly-publish similarity index 100% rename from entrypoint.py rename to aptly-publish