Files
toolchain/Dockerfile
RemiZOffAlex c3f2c3e7cc
Some checks failed
Build toolchain image / Builder (push) Failing after 16m1s
Обновить Dockerfile
2025-02-16 04:30:09 +03:00

12 lines
108 B
Docker

FROM fedora:41 as basic
WORKDIR /build
COPY pre.sh /root/
RUN /root/pre.sh
# FROM basic
# WORKDIR /app