From e5f0a5021ce82fcc2bacaaa13e20408f92d10817 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Fri, 10 Apr 2026 02:19:53 +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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 1ee2e8c..1a33a1b 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -2,13 +2,7 @@ FROM fedora:43 AS basic ENV PYTHONUNBUFFERED=1 -COPY ci/dnf.conf /etc/dnf/dnf.conf -COPY \ - ci/pre.sh \ - ci/pip.sh \ - ci/docker.sh \ - ci/minio.sh \ - ci/requirements.txt /root/ +COPY ci/base/ / RUN /root/pre.sh RUN /root/docker.sh