From cbae07c41b9e0da152cfa0f3da93cf562ed82bdd Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Fri, 14 Nov 2025 21:59:19 +0100 Subject: [PATCH] add mock --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 54a6b19..a171387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ LABEL FBR=f42 # Install essential build tools and dependencies RUN /bin/sh -c "dnf -y update --refresh && \ dnf install -y \ + mock \ livemedia-creator \ anaconda \ lorax \