Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Kernel
Commits
3c4e4b0e
Commit
3c4e4b0e
authored
Oct 21, 2022
by
Romain Casati
Browse files
Update Selenium to version 4.5.0 in mid and recent docker images.
parent
d576d7a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile.012.test-amd64-mid
View file @
3c4e4b0e
FROM casatir/basthon-kernel:test-amd64
RUN pip3 --no-cache-dir install selenium==4.5.0
# Get geckodriver
RUN wget -qO- https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz | tar zxC /usr/local/bin/
docker/Dockerfile.013.test-amd64-recent
View file @
3c4e4b0e
FROM casatir/basthon-kernel:test-amd64
# to use EdgeOptions
RUN pip3 --no-cache-dir install selenium==4.
1
.0
RUN pip3 --no-cache-dir install selenium==4.
5
.0
# Get firefox
RUN mkdir -p /opt/
...
...
@@ -36,4 +36,4 @@ RUN rm -rf /var/lib/apt/lists/*
RUN mkdir -p /opt/edge/
RUN wget -qO- https://msedgedriver.azureedge.net/$(microsoft-edge --version | cut -f3 -d' ')/edgedriver_linux64.zip | bsdtar -xvf- -C /opt/edge/
RUN chmod u+x /opt/edge/msedgedriver
ENV PATH="/opt/edge:${PATH}"
\ No newline at end of file
ENV PATH="/opt/edge:${PATH}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment