8 lines
69 B
Docker
8 lines
69 B
Docker
FROM fedora:39
|
|
|
|
WORKDIR /build
|
|
|
|
COPY pre.sh /root/
|
|
|
|
RUN /root/pre.sh
|