Обновить ci/Dockerfile
Some checks failed
Build toolchain image / Builder (push) Failing after 17s

This commit is contained in:
2026-04-10 02:19:53 +03:00
parent b44cb378d7
commit e5f0a5021c

View File

@@ -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