Add a first-pass Dockerfile.
authorSteven Black <redacted>
Wed, 14 Oct 2020 03:36:40 +0000 (23:36 -0400)
committerSteven Black <redacted>
Wed, 14 Oct 2020 03:36:40 +0000 (23:36 -0400)
Dockerfile [new file with mode: 0644]

diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..d32abdb
--- /dev/null
@@ -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
git clone https://git.99rst.org/PROJECT