Обновить Dockerfile
Some checks failed
Build toolchain image / Builder (push) Has been cancelled

This commit is contained in:
2025-07-23 01:15:55 +03:00
parent 8859944aa2
commit 9882662ed4

View File

@@ -1,4 +1,4 @@
FROM fedora:41 AS basic
FROM fedora:42 AS basic
WORKDIR /workbench
@@ -12,7 +12,3 @@ RUN /root/minio.sh
# Python packages
RUN pip3 install -r /root/requirements.txt
# FROM basic
# WORKDIR /app