diff --git a/docker/py-sources/py-sources.Dockerfile b/docker/py-sources/py-sources.Dockerfile index 91e7b1cb1..38f58cf28 100644 --- a/docker/py-sources/py-sources.Dockerfile +++ b/docker/py-sources/py-sources.Dockerfile @@ -17,7 +17,7 @@ RUN dnf update -y \ && dnf install -y ${REQUIRE} \ && dnf clean all \ && mkdir -p /dmod/scripts/shared \ - && pip install wheel + && pip install wheel build RUN mkdir /DIST ################################################################################################################ ################################################################################################################