From: Steven Black Date: Wed, 14 Oct 2020 03:36:40 +0000 (-0400) Subject: Add a first-pass Dockerfile. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=aef9829fd7fde35749182b010d1bfa88d269fa60;p=stevenblack-hosts.git Add a first-pass Dockerfile. --- diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..d32abdb89 --- /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