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 75bcf89  HDDS-8628. Install lsof and netstat in ozone-runner (#19)
75bcf89 is described below

commit 75bcf898ea1d168c775d9331b88d501105c3ba34
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon May 15 20:36:32 2023 +0200

    HDDS-8628. Install lsof and netstat in ozone-runner (#19)
---
 Dockerfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 7ff11d2..a6ae207 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,12 +37,12 @@ FROM centos:7.9.2009 AS builder
 RUN yum -y install epel-release centos-release-scl
 RUN set -eux ; \
     yum -y install \
+      cmake3 \
       devtoolset-10-gcc-c++ \
       make \
+      perl \
       which \
-      cmake3 \
-      perl ; \
-    yum clean all
+    && yum clean all
 RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
 # Add gcc 10 bin path
 ENV PATH=/opt/rh/devtoolset-10/root/usr/bin:$PATH
@@ -77,18 +77,20 @@ RUN rpm -Uvh 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.
 RUN set -eux ; \
     yum install -y \
       bzip2 \
+      diffutils \
+      fuse \
       java-11-openjdk-devel \
       jq \
+      krb5-workstation \
+      lsof \
+      net-tools \
       nmap-ncat \
       openssl \
       python3 python3-pip \
       snappy \
       sudo \
       zlib \
-      diffutils \
-      krb5-workstation \
-      fuse ; \
-    yum clean all
+    && yum clean all
 RUN sudo python3 -m pip install --upgrade pip
 
 COPY --from=go /go/bin/csc /usr/bin/csc


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

Reply via email to