Files
toolchain/Dockerfile
2024-05-15 00:02:59 +03:00

8 lines
69 B
Docker

FROM fedora:39
WORKDIR /build
COPY pre.sh /root/
RUN /root/pre.sh