mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
add util-linux RPM for setpriv command
This commit is contained in:
parent
7c33a33ef3
commit
ad3f98b8e7
@ -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 --nodocs && \
|
microdnf install curl ca-certificates shadow-utils util-linux --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 && \
|
||||||
|
@ -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 --nodocs && \
|
microdnf install curl ca-certificates shadow-utils util-linux --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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user