Fix permissions on script
Was this broken for months?
This commit is contained in:
parent
d9b20c4759
commit
fdb3c744b0
@ -17,7 +17,7 @@ WORKDIR /src
|
|||||||
# Get Cloudflare example script
|
# Get Cloudflare example script
|
||||||
ENV CF_VERSION=2.6.0
|
ENV CF_VERSION=2.6.0
|
||||||
ADD https://raw.githubusercontent.com/cloudflare/python-cloudflare/$CF_VERSION/examples/example_update_dynamic_dns.py ./update_ddns.py
|
ADD https://raw.githubusercontent.com/cloudflare/python-cloudflare/$CF_VERSION/examples/example_update_dynamic_dns.py ./update_ddns.py
|
||||||
RUN chmod +x ./update_ddns.py
|
RUN chmod +rx ./update_ddns.py
|
||||||
|
|
||||||
RUN pip install --no-cache-dir cloudflare==$CF_VERSION
|
RUN pip install --no-cache-dir cloudflare==$CF_VERSION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user