# Extend the official Rasa SDK image
FROM rasa/rasa-sdk:1.7.0
# Add a custom system library (e.g. git)
#RUN apt-get update && \
# apt-get install -y git
USER root
# Add a custom python library (e.g. jupyter)
RUN pip3 install --no-cache-dir redis
RUN pip3 install --no-cache-dir requests
RUN pip3 install --no-cache-dir pymysql
RUN pip3 install --no-cache-dir python-dotenv
RUN pip3 install --no-cache-dir requests_aws4auth
RUN pip3 install --no-cache-dir elasticsearch
RUN pip3 install --no-cache-dir inflect
RUN pip3 install --no-cache-dir python-Levenshtein
RUN pip3 install --no-cache-dir scipy