Added mysql-connector-python

This commit is contained in:
mpabi 2024-06-20 08:40:10 +00:00
parent 5ec3df2ecf
commit fa8a259907
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ ENV PATH="$HOME/.local/bin:$PATH"
# Install SQLAlchemy and MySQL adapter in the pyenv environment
RUN bash -i -c "source ~/.bashrc && pyenv activate p3.11 && pip install \
sqlalchemy mysqlclient \
sqlalchemy mysqlclient mysql-connector-python\
ipython numpy scipy matplotlib \
biopython"