update setuptools
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-01-20 17:32:46 -08:00
parent 2c9b26a283
commit a752c67dad
1 changed files with 1 additions and 0 deletions

View File

@ -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=""