Fix cache path creation in worker Dockerfile
This commit is contained in:
parent
cad7f7ff63
commit
d701d237d0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ RUN dnf install -y qemu-img osbuild osbuild-ostree
|
|||
RUN mkdir -p "/usr/libexec/osbuild-composer"
|
||||
RUN mkdir -p "/etc/osbuild-composer/"
|
||||
RUN mkdir -p "/run/osbuild-composer/"
|
||||
RUN mkdir -p "/var/cache/osbuild-composer/"
|
||||
RUN mkdir -p "/var/cache/osbuild-worker/"
|
||||
RUN mkdir -p "/var/lib/osbuild-composer/"
|
||||
COPY --from=builder /opt/app-root/src/go/bin/osbuild-worker /usr/libexec/osbuild-composer/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue