hosts/Dockerfile
2020-10-13 23:36:40 -04:00

7 lines
173 B
Docker

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