All checks were successful
ContainerImages/mock/pipeline/head This commit looks good
9 lines
188 B
Docker
9 lines
188 B
Docker
FROM registry.fedoraproject.org/fedora
|
|
|
|
RUN --mount=type=cache,target=/var/cache \
|
|
dnf install -y \
|
|
--setopt install_weak_deps=0 \
|
|
--setopt persistdir=/var/cache/dnf \
|
|
mock \
|
|
&& :
|