Split
Some checks failed
Build toolchain image / Builder (push) Has been cancelled

This commit is contained in:
2025-03-30 02:14:35 +03:00
parent 6f0923262e
commit d6ca5ab725
5 changed files with 54 additions and 23 deletions

View File

@@ -1,11 +1,18 @@
FROM fedora:41 AS basic
WORKDIR /build
WORKDIR /workbench
COPY pre.sh /root/
COPY pre.sh requirements.txt docker.sh minio.sh /root/
RUN /root/pre.sh
RUN /root/docker.sh
RUN /root/minio.sh
# Python packages
RUN pip3 install -r /root/requirements.txt
# FROM basic
# WORKDIR /app