Added download&permissionset
This commit is contained in:
parent
238bd37d40
commit
f6b4e66df4
@ -7,6 +7,9 @@ WORKDIR /app
|
|||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
ADD https://github.com/StackExchange/dnscontrol/releases/latest/download/dnscontrol-Linux /usr/local/bin/dnscontrol
|
||||||
|
RUN chmod +x /usr/local/bin/dnscontrol
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD [ "python3", "daemon.py" ]
|
CMD [ "python3", "daemon.py" ]
|
Loading…
x
Reference in New Issue
Block a user