Skip to content

Commit

Permalink
Retira firefox da construção do docker
Browse files Browse the repository at this point in the history
  • Loading branch information
waltmatheus committed May 2, 2023
1 parent 227c8aa commit f92b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get install -yqq curl
RUN curl -s -L \
https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz \
| tar xz -C /usr/local/bin/
RUN apt-get install -yqq firefox-esr:amd64=91.13.0esr-1~deb11u1
#RUN apt-get install -yqq firefox-esr:amd64=91.13.0esr-1~deb11u1

# instalar dependências
RUN apt-get install -yqq git build-essential libssl-dev libffi-dev python3-dev cargo
Expand Down

0 comments on commit f92b5a1

Please sign in to comment.