From 8c6f3eafb916abbaecf36b306b725c241bb106bf Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 12 Apr 2026 03:10:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ci/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 1a33a1b..347bfd7 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -7,7 +7,7 @@ COPY ci/base/ / RUN /root/pre.sh RUN /root/docker.sh RUN /root/pip.sh -RUN /root/minio.sh +# RUN /root/minio.sh # Python packages RUN pip3 install -r /root/requirements.txt