This repository has been archived on 2025-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mock/Containerfile
Dustin C. Hatch 633d083a65
All checks were successful
ContainerImages/mock/pipeline/head This commit looks good
Initial commit
2025-08-06 14:49:38 -05:00

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 \
&& :