[09.10.20] Emoji package
This commit is contained in:
parent
cadb3a9278
commit
ec2aceda5a
@ -4,7 +4,7 @@ RUN apk update && \
|
|||||||
apk add py-pip libc-dev gcc
|
apk add py-pip libc-dev gcc
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
RUN pip install utils pycryptodome && \
|
RUN pip install utils pycryptodome && \
|
||||||
pip install python-dotenv schedule tweepy stomp.py python-json-logger nltk && \
|
pip install python-dotenv schedule tweepy stomp.py python-json-logger nltk emoji && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
COPY . /home/tweet-collector/.
|
COPY . /home/tweet-collector/.
|
||||||
RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py
|
RUN python3 /home/tweet-collector/configuration/scripts/nltk_package_downloads.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user