diff --git a/Containerfile b/Containerfile index c3f29c1..e319241 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,5 @@ FROM scratch -RUN mkdir /rpms /files +COPY empty /rpms +COPY empty /files COPY modules /modules \ No newline at end of file diff --git a/empty/.gitkeep b/empty/.gitkeep new file mode 100644 index 0000000..e69de29