From 53fd9472db46df2cac84cbfef88960decccc6d42 Mon Sep 17 00:00:00 2001 From: Naoki MATSUMOTO Date: Tue, 20 Aug 2024 08:36:56 +0000 Subject: [PATCH] remove unused minio Signed-off-by: Naoki MATSUMOTO --- examples/proxy/sshfs/Dockerfile | 16 ---------------- examples/starter/sshfs/Dockerfile | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/examples/proxy/sshfs/Dockerfile b/examples/proxy/sshfs/Dockerfile index 7007471..884edb3 100644 --- a/examples/proxy/sshfs/Dockerfile +++ b/examples/proxy/sshfs/Dockerfile @@ -9,22 +9,6 @@ FROM ubuntu:22.04 RUN apt update && apt upgrade -y RUN apt install -y ca-certificates wget libfuse2 fuse3 -# prepare for MinIO -RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/bin/mc && chmod +x /usr/bin/mc - -COPY <