From cadb3a927802619375ed29e4dfbcc5f9924a0b72 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Fri, 9 Oct 2020 18:26:56 +0100 Subject: [PATCH] [09.10.20] NLTK package itself --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1422c63..f47fd13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ RUN apk update && \ apk add py-pip libc-dev gcc RUN python -m pip install --upgrade pip RUN pip install utils pycryptodome && \ - pip install python-dotenv schedule tweepy stomp.py python-json-logger + pip install python-dotenv schedule tweepy stomp.py python-json-logger nltk && \ + rm -rf /var/lib/apt/lists/* COPY . /home/tweet-collector/. RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py EXPOSE 9090