Skip to content

Commit c0e5133

Browse files
author
Marcel Zapf
committed
update
1 parent dd1a634 commit c0e5133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ RUN pip3 install --break-system-packages --upgrade pip && \
6060

6161

6262
# Install MinIO Client
63-
RUN curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
64-
chmod +x /usr/local/bin/mc
63+
RUN curl -L -o /usr/local/bin/mcli https://dl.min.io/client/mc/release/linux-amd64/mc && \
64+
chmod +x /usr/local/bin/mcli
6565

6666
# Create dev user
6767
RUN groupadd -g 1001 dev && \

0 commit comments

Comments
 (0)