Add a first-pass Dockerfile.

This commit is contained in:
Steven Black
2020-10-13 23:36:40 -04:00
parent e772566dc3
commit aef9829fd7

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:3
WORKDIR /usr/src
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN git clone --depth 1 https://github.com/StevenBlack/hosts.git