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?
This commit is contained in:
fiftydinar 2024-01-28 14:21:54 +01:00
parent cb66d4562a
commit 54d48eb4bd
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
FROM scratch
COPY empty /rpms
COPY empty /files
COPY modules /modules
COPY modules /modules

View file