dockerfile: dnf-json requires python3-dnf

This commit is contained in:
Achilleas Koutsou 2021-01-04 13:26:58 +01:00 committed by Tom Gundersen
parent d62e813e75
commit 937911feac

View file

@ -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/"