[09.10.20] flask package

This commit is contained in:
andrewso 2020-10-09 19:13:04 +01:00
parent ec2aceda5a
commit 73003deb68

View File

@ -4,7 +4,7 @@ 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 nltk emoji && \
pip install python-dotenv schedule tweepy stomp.py python-json-logger nltk emoji flask && \
rm -rf /var/lib/apt/lists/*
COPY . /home/tweet-collector/.
RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py