This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new ce025263eaf fix for #3098 (#3099)
ce025263eaf is described below
commit ce025263eafdec749784477e8e09508fa2eb6987
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu May 1 19:12:10 2025 -0400
fix for #3098 (#3099)
Co-authored-by: Eduardo Cerqueira <[email protected]>
---
.ci/incubator-kie-tools-ci-build.Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index 59889bb062d..11ea7386d80 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -50,9 +50,9 @@ apt-get clean autoclean && apt-get autoremove --yes && \
rm -rf /var/lib/{apt,cache,log}/
# Install firefox
-RUN wget -O /tmp/firefox-latest.tar.bz2
"https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" &&
\
- tar xjf /tmp/firefox-latest.tar.bz2 -C /tmp && mv /tmp/firefox
/opt/firefox-latest && \
- rm /tmp/firefox-latest.tar.bz2 && \
+RUN wget -O /tmp/firefox-latest.tar.xz
"https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" &&
\
+ tar xf /tmp/firefox-latest.tar.xz -C /tmp && mv /tmp/firefox
/opt/firefox-latest && \
+ rm /tmp/firefox-latest.tar.xz && \
ln -s /opt/firefox-latest/firefox /usr/bin/firefox
# Install chromedriver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]