FROM python:3-alpine ADD plugin.sh /bin/ RUN chmod +x /bin/plugin.sh RUN apk -Uuv add ca-certificates RUN pip install twine ENTRYPOINT /bin/plugin.sh