From 9894d4f4b8738603b5b0965feb7a33c07e25c638 Mon Sep 17 00:00:00 2001 From: gmpinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 17 Jun 2023 11:23:23 -0400 Subject: [PATCH] Remove /etc COPY --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 03731b9..b7a353a 100644 --- a/Containerfile +++ b/Containerfile @@ -33,7 +33,6 @@ 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