mirror of
https://github.com/minio/minio.git
synced 2026-02-11 05:10:16 -05:00
avoid updating nsswitch.conf for redhat UBI images (#11056)
This commit is contained in:
@@ -19,7 +19,6 @@ RUN \
|
||||
microdnf update --nodocs && \
|
||||
microdnf install curl ca-certificates shadow-utils util-linux --nodocs && \
|
||||
microdnf clean all && \
|
||||
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \
|
||||
chmod +x /usr/bin/minio && \
|
||||
chmod +x /usr/bin/docker-entrypoint.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user