This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch merge-with-upstream
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git

commit 5410b7b7b75774a2f416ebf1cdeda9656b7e79bf
Author: Alexander Denissov <[email protected]>
AuthorDate: Tue Sep 6 15:00:31 2022 -0700

    install Java 8 JDK in gp7 centos7 docker image (#862)
---
 concourse/docker/pxf-dev-base/gpdb7/centos7/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/concourse/docker/pxf-dev-base/gpdb7/centos7/Dockerfile 
b/concourse/docker/pxf-dev-base/gpdb7/centos7/Dockerfile
index 628f0d97..7d7b404c 100644
--- a/concourse/docker/pxf-dev-base/gpdb7/centos7/Dockerfile
+++ b/concourse/docker/pxf-dev-base/gpdb7/centos7/Dockerfile
@@ -32,7 +32,7 @@ RUN curl -fsSL -o /tmp/apache-maven.tar.gz 
${BASE_URL}/apache-maven-${MAVEN_VERS
     && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven 
--strip-components=1 \
     && rm -f /tmp/apache-maven.tar.gz \
     && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn \
-    && yum install -y rpm-build python-devel jq sudo java-1.8.0-openjdk 
java-11-openjdk-devel && yum clean all \
+    && yum install -y rpm-build python-devel jq sudo java-1.8.0-openjdk-devel 
java-11-openjdk-devel && yum clean all \
     && cd /tmp && /usr/bin/pip install --upgrade pip==20.3.3 \
     && /usr/bin/pip install paramiko --no-cache-dir
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to