We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b0991 + c5c1cfa commit 18edef8Copy full SHA for 18edef8
Dockerfile-centos
@@ -1,6 +1,7 @@
1
FROM centos
2
3
-RUN yum update -y && yum install -y epel-release && yum install -y git curl dpkg java java-devel unzip && yum clean all
+RUN yum update -y && yum install -y epel-release && yum install -y git curl dpkg java java-devel unzip which && yum clean all
4
+ENV JAVA_HOME /etc/alternatives/jre_openjdk
5
6
ARG user=jenkins
7
ARG group=jenkins
0 commit comments