Skip to content

Commit

Permalink
Update the geckodriver to latest released version 0.34.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Aug 5, 2024
1 parent 72933a9 commit b04cfe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:40
RUN dnf install -y /usr/sbin/ipa-client-install openssh-server xauth firefox dejavu-sans-fonts dejavu-sans-mono-fonts /usr/bin/xargs python3-xvfbwrapper python3-selenium xorg-x11-server-Xvfb && dnf clean all
RUN curl -LO https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux64.tar.gz
RUN tar xvzf geckodriver-v0.33.0-linux64.tar.gz && mv geckodriver /usr/local/bin/
RUN curl -LO https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-linux64.tar.gz
RUN tar xvzf geckodriver-v0.34.0-linux64.tar.gz && mv geckodriver /usr/local/bin/
COPY init-data ipa-client-enroll populate-data-volume setup-authorized-keys /usr/sbin/

COPY http-klist-kinit-kpasswd http-server /usr/local/bin/
Expand Down

0 comments on commit b04cfe3

Please sign in to comment.