This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push:
new e8942d9 HDDS-6359. Install JDK in runner image (#12)
e8942d9 is described below
commit e8942d9758cc56e889035b555410971edf36c07a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Feb 28 20:49:26 2022 +0100
HDDS-6359. Install JDK in runner image (#12)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index a9bed30..d4d7d12 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -60,7 +60,7 @@ FROM centos:7.9.2009
RUN rpm -Uvh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
RUN yum install -y \
bzip2 \
- java-11-openjdk \
+ java-11-openjdk-devel \
jq \
nmap-ncat \
python3 python3-pip \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]