Skip to content

Commit

Permalink
Update java on jenkins-agent-zap (redhat-cop#591)
Browse files Browse the repository at this point in the history
* Update JDK on jenkins-agent-zap

* java-1.8.0-openjdk-headless to java-11-openjdk-headless
  • Loading branch information
jfilipcz authored Nov 17, 2022
1 parent 8cf5000 commit 0b3b22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins-agents/jenkins-agent-zap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ RUN yum install -y epel-release && \
yum install -y redhat-rpm-config \
make automake autoconf gcc gcc-c++ \
libstdc++ libstdc++-devel \
java-1.8.0-openjdk wget curl \
java-11-openjdk wget curl \
xmlstarlet git x11vnc gettext tar \
xorg-x11-server-Xvfb openbox xterm \
net-tools python-pip \
firefox nss_wrapper java-1.8.0-openjdk-headless \
java-1.8.0-openjdk-devel nss_wrapper \
firefox nss_wrapper java-11-openjdk-headless \
java-11-openjdk-devel nss_wrapper \
unzip && \
yum clean all && \
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py && chmod 755 get-pip.py && ./get-pip.py && \
Expand Down

0 comments on commit 0b3b22d

Please sign in to comment.