Skip to content

Commit

Permalink
Make sure build module installed in py-sources.
Browse files Browse the repository at this point in the history
Make sure necessary Python module for building packages is installed in
the image designed for building our internal Python packages.
  • Loading branch information
robertbartel authored and aaraney committed Aug 6, 2024
1 parent 420c244 commit 40013e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/py-sources/py-sources.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
################################################################################################################
################################################################################################################
Expand Down

0 comments on commit 40013e6

Please sign in to comment.