fix: copy empty directory to be missing folders

(instead of trying to run mkdir without a shell)
This commit is contained in:
xynydev 2024-01-27 18:50:30 +02:00
parent 1084c6bc01
commit 401cf88e87
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
FROM scratch
RUN mkdir /rpms /files
COPY empty /rpms
COPY empty /files
COPY modules /modules

0
empty/.gitkeep Normal file
View file