You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt update
RUN apt install python3
RUN apt install python3-virtualenv
RUN apt install python3-pip
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install mysql-connector-python