mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 11:21:58 -05:00
Added sqlalchemy install to Dockerfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user