Skip to content

Commit

Permalink
Install available stable firefox version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Jul 2, 2024
1 parent eec8b04 commit 51ee77e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt update -y && \
curl \
default-mysql-client \
default-libmysqlclient-dev \
firefox \
firefox-esr \
gcc \
g++ \
libffi-dev \
Expand All @@ -33,6 +33,7 @@ RUN apt update -y && \
python3-lxml \
python3-setuptools \
python3-wheel \
# xvfb xauth
wait-for-it \
zlib1g-dev && \
apt-get clean && \
Expand Down

0 comments on commit 51ee77e

Please sign in to comment.