dockerfile: dnf-json requires python3-dnf
This commit is contained in:
parent
d62e813e75
commit
937911feac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ENV GOFLAGS=-mod=vendor
|
|||
RUN go install ./cmd/osbuild-composer/
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
|
||||
RUN microdnf install python3
|
||||
RUN microdnf install python3 python3-dnf
|
||||
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