FROM joyzoursky/python-chromedriver:3.9-alpine-selenium RUN apk add bash RUN apk add --virtual build-deps gcc python3-dev musl-dev RUN apk add --no-cache mariadb-dev RUN pip3 install --upgrade pip RUN pip3 install dataset RUN pip3 install mysqlclient #RUN pip3 install selenium-wire CMD ["python3"]