Merge pull request #107 from fiftydinar/delete-stuff-containerfile

chore: Don't copy redundant empty "rpms" & "files" folder
This commit is contained in:
xyny 2024-02-25 17:49:58 +00:00 committed by GitHub
commit 891989586e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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