mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Remove curl after the usage (#6347)
This commit is contained in:
committed by
kannappanr
parent
65e05a06fb
commit
dafa5073cb
@@ -13,6 +13,7 @@ RUN \
|
||||
apk add --no-cache --virtual .build-deps curl && \
|
||||
echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && \
|
||||
curl https://dl.minio.io/server/minio/release/linux-amd64/minio > /usr/bin/minio && \
|
||||
apk del .build-deps && \
|
||||
chmod +x /usr/bin/minio && \
|
||||
chmod +x /usr/bin/docker-entrypoint.sh && \
|
||||
chmod +x /usr/bin/healthcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user