mirror of
https://github.com/stryan/gandi-live-dns.git
synced 2024-11-22 05:25:43 -05:00
container
This commit is contained in:
parent
aab918351f
commit
b65feb7683
11
Containerfile
Normal file
11
Containerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM python:3.11-slim-buster
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY src/gandi-live-dns.py .
|
||||
COPY src/config.py .
|
||||
|
||||
CMD ["python3", "gandi-live-dns.py"]
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
idna==3.4
|
||||
requests==2.31.0
|
||||
urllib3==2.0.4
|
Loading…
Reference in New Issue
Block a user