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