mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-21 00:42:25 -05:00
I think this install mysql-client
This commit is contained in:
@@ -26,6 +26,9 @@ RUN apt-get -y install python3-pip
|
||||
# install curl
|
||||
RUN apt-get -y install curl
|
||||
|
||||
# install mysql-client and associated C libraries
|
||||
RUN apt-get -y install mysql-client
|
||||
|
||||
# install mysql connector and pymsql
|
||||
RUN pip3 install mysql-connector-python
|
||||
RUN pip3 install PyMySQL
|
||||
|
||||
Reference in New Issue
Block a user