From a398fc1673307c867e1b4edde1a5ed323686b16a Mon Sep 17 00:00:00 2001 From: gmpinder Date: Sun, 11 Jun 2023 11:23:14 -0400 Subject: [PATCH] Setup podman for local testing --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index b7a353a..03731b9 100644 --- a/Containerfile +++ b/Containerfile @@ -33,6 +33,7 @@ COPY usr/bin /usr/bin COPY usr/lib /usr/lib COPY usr/etc /usr/etc COPY usr/share /usr/share +COPY etc /etc # Copy the recipe that we're building. COPY ${RECIPE} /usr/share/ublue-os/recipe.yml