docker-compose: fix osbuild-worker unable load libcrypt.so.1
Signed-off-by: zwtop <wang.zhan@smartx.com>
This commit is contained in:
parent
bdf009f800
commit
5c79d4e98c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ RUN go install ./cmd/osbuild-worker
|
|||
|
||||
FROM fedora
|
||||
RUN dnf update -y && dnf upgrade -y
|
||||
RUN dnf install -y qemu-img osbuild osbuild-ostree
|
||||
RUN dnf install -y libxcrypt-compat qemu-img osbuild osbuild-ostree
|
||||
RUN mkdir -p "/usr/libexec/osbuild-composer"
|
||||
RUN mkdir -p "/etc/osbuild-composer/"
|
||||
RUN mkdir -p "/run/osbuild-composer/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue