From cc1b4d05b0b463c6e813cbd6d1b57ae8b2639d88 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 8 Oct 2020 13:58:03 +0100 Subject: [PATCH] [08.10.20] New probe configuration --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a8df88..b071fd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.7 MAINTAINER Andrew Sotheran RUN apt update -y && \ apt install -y python3-pip && \ - pip3 install nltk numpy sklearn flask pandas python-json-logger && \ + pip3 install nltk numpy sklearn flask pandas python-json-logger requests && \ rm -rf /var/lib/apt/lists/* COPY . /home/spam-filter/. RUN python3 /home/spam-filter/configuration/scripts/nltk_package_downloads.py