Skip to content

Commit

Permalink
fix(deps): Adds packaging module on Dockerfile
Browse files Browse the repository at this point in the history
Add missing dependency `packaging` for `pubtools-marketplacesvm`
in theDockerfile.

Signed-off-by: Jonathan Gangi <[email protected]>
  • Loading branch information
JAVGan committed Dec 10, 2024
1 parent c873b0f commit f162027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN curl -LO https://github.com/release-engineering/exodus-rsync/releases/latest
RUN pip3 install jinja2 \
check-jsonschema \
jinja2-ansible-filters \
packaging \
packageurl-python \
pubtools-content-gateway==${PUBTOOLS_CGW_VERSION} \
pubtools-pulp \
Expand Down

0 comments on commit f162027

Please sign in to comment.