fix: copy empty directory to be missing folders
(instead of trying to run mkdir without a shell)
This commit is contained in:
parent
1084c6bc01
commit
401cf88e87
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM scratch
|
||||
|
||||
RUN mkdir /rpms /files
|
||||
COPY empty /rpms
|
||||
COPY empty /files
|
||||
COPY modules /modules
|
||||
0
empty/.gitkeep
Normal file
0
empty/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue