From 54d48eb4bdda7cb6d276e387fbaf13140679660b Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:21:54 +0100 Subject: [PATCH] chore: Don't copy redundant empty "rpms" & "files" folder Since this is merged, we can safely merge this too: https://github.com/ublue-os/startingpoint/pull/235 Maybe a bit later for others to catch on updating startingpoint? --- Containerfile | 4 +--- empty/.gitkeep | 0 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 empty/.gitkeep diff --git a/Containerfile b/Containerfile index e319241..b5cb602 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,3 @@ FROM scratch -COPY empty /rpms -COPY empty /files -COPY modules /modules \ No newline at end of file +COPY modules /modules diff --git a/empty/.gitkeep b/empty/.gitkeep deleted file mode 100644 index e69de29..0000000