Skip to content

Commit

Permalink
fix: copy empty directory to be missing folders
Browse files Browse the repository at this point in the history
(instead of trying to run mkdir without a shell)
  • Loading branch information
xynydev committed Jan 27, 2024
1 parent 1084c6b commit 401cf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM scratch

RUN mkdir /rpms /files
COPY empty /rpms
COPY empty /files
COPY modules /modules
Empty file added empty/.gitkeep
Empty file.

0 comments on commit 401cf88

Please sign in to comment.