add necessary tools to our docker release (#16536)

This commit is contained in:
Harshavardhana 2023-02-04 09:10:25 +05:30 committed by GitHub
parent b780359598
commit 517fcd423d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ COPY LICENSE /licenses/LICENSE
RUN \ RUN \
microdnf clean all && \ microdnf clean all && \
microdnf update --nodocs && \ 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 && \ rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
microdnf install minisign --nodocs && \ microdnf install minisign --nodocs && \
mkdir -p /opt/bin && chmod -R 777 /opt/bin && \ mkdir -p /opt/bin && chmod -R 777 /opt/bin && \