git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e772566
)
Add a first-pass Dockerfile.
author
Steven Black
<redacted>
Wed, 14 Oct 2020 03:36:40 +0000
(23:36 -0400)
committer
Steven Black
<redacted>
Wed, 14 Oct 2020 03:36:40 +0000
(23:36 -0400)
Dockerfile
[new file with mode: 0644]
patch
|
blob
diff --git a/Dockerfile
b/Dockerfile
new file mode 100644
(file)
index 0000000..
d32abdb
--- /dev/null
+++ b/
Dockerfile
@@ -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