Skip to content

Commit

Permalink
add selenium to fly.dockerfile and release.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 5, 2024
1 parent 27da26e commit 8e41fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fly.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
3 changes: 2 additions & 1 deletion release.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN python -m pip install \
isort \
itsdangerous \
pytest \
requests
requests \
selenium

WORKDIR /app

Expand Down

0 comments on commit 8e41fd1

Please sign in to comment.