particle-os-modules/Containerfile
xynydev 401cf88e87 fix: copy empty directory to be missing folders
(instead of trying to run mkdir without a shell)
2024-01-27 18:50:30 +02:00

5 lines
No EOL
70 B
Docker

FROM scratch
COPY empty /rpms
COPY empty /files
COPY modules /modules