diff --git a/Dockerfile b/Dockerfile index 164e52b..88de849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ ENV CF_VERSION=2.8.15 ADD https://raw.githubusercontent.com/cloudflare/python-cloudflare/$CF_VERSION/examples/example_update_dynamic_dns.py ./update_ddns.py RUN chmod +rx ./update_ddns.py +RUN python -m pip install -U setuptools RUN python -m pip install --no-cache-dir cloudflare==$CF_VERSION ENV DOMAIN=""