Added sqlalchemy install to Dockerfile

This commit is contained in:
Timothy Sehn
2020-09-09 13:36:18 -07:00
parent 06d8ca41bb
commit a21df698a1
+1 -1
View File
@@ -40,7 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt install -y nodejs
# install mysql connector and pymsql
RUN pip3 install mysql-connector-python PyMySQL
RUN pip3 install mysql-connector-python PyMySQL sqlalchemy
# Fix certificate issues
RUN update-ca-certificates -f