From ba89641fca7b6551da3cc67572ac9d83d6ed9d0e Mon Sep 17 00:00:00 2001
From: "a.foroughi" <pyhp2017@gmail.com>
Date: Sun, 23 Jul 2023 16:15:06 +0330
Subject: [PATCH] Refactor: Add rclone and s3fs-fuse dependencies

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 75ed846..ef1338b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ LABEL maintainers="Vitaliy Filippov <vitalif@yourcmc.ru>"
 LABEL description="csi-s3 slim image"
 
 RUN apk add --no-cache fuse
-#RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rclone s3fs-fuse
+RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community rclone s3fs-fuse
 
 ADD https://github.com/yandex-cloud/geesefs/releases/latest/download/geesefs-linux-amd64 /usr/bin/geesefs
 RUN chmod 755 /usr/bin/geesefs