mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: the permissions one more time on /usr/bin
fixes https://github.com/minio/operator/issues/2319
This commit is contained in:
@@ -55,7 +55,7 @@ ENV MINIO_ACCESS_KEY_FILE=access_key \
|
||||
MINIO_CONFIG_ENV_FILE=config.env \
|
||||
MC_CONFIG_DIR=/tmp/.mc
|
||||
|
||||
RUN chmod 1777 /usr/bin
|
||||
RUN chmod -R 777 /usr/bin
|
||||
|
||||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=build /go/bin/minio* /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user