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

This commit is contained in:
2024-08-23 07:32:15 +03:00
parent b164812927
commit e95b908790
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
FROM fedora:39
FROM fedora:40 as basic
WORKDIR /build
COPY pre.sh /root/
RUN /root/pre.sh
# FROM basic
# WORKDIR /app