diff --git a/fly.dockerfile b/fly.dockerfile index a38810611..574333967 100644 --- a/fly.dockerfile +++ b/fly.dockerfile @@ -15,7 +15,8 @@ RUN pip install \ prometheus_client \ pyecharts \ pytest \ - requests + requests \ + selenium RUN curl -sSL https://install.python-poetry.org | python3 - && \ cd /usr/local/bin && \ diff --git a/release.dockerfile b/release.dockerfile index 5bef700e1..c6efc5967 100644 --- a/release.dockerfile +++ b/release.dockerfile @@ -25,7 +25,8 @@ RUN python -m pip install \ isort \ itsdangerous \ pytest \ - requests + requests \ + selenium WORKDIR /app