From 517fcd423d00d8423b9aafe2cc8c5fb9d200f34b Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 4 Feb 2023 09:10:25 +0530 Subject: [PATCH] add necessary tools to our docker release (#16536) --- Dockerfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.release b/Dockerfile.release index 1cec70607..b84bc0cb2 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -29,7 +29,7 @@ COPY LICENSE /licenses/LICENSE RUN \ microdnf clean all && \ microdnf update --nodocs && \ - microdnf install curl ca-certificates shadow-utils util-linux gzip --nodocs && \ + microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools --nodocs && \ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ microdnf install minisign --nodocs && \ mkdir -p /opt/bin && chmod -R 777 /opt/bin && \