mirror of https://github.com/minio/minio.git
add necessary tools to our docker release (#16536)
This commit is contained in:
parent
b780359598
commit
517fcd423d
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue