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