diff --git a/src/Dockerfile b/src/Dockerfile index fe46e82..ff337b3 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -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"