Compare commits
No commits in common. "d39078a78d837ebba3c62617805543414d8f7a80" and "238bd37d40ee001b42abcf662f469eedd5aae687" have entirely different histories.
d39078a78d
...
238bd37d40
@ -1,15 +1,12 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM python:3.9-slim
|
FROM python:3.9-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
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