Skip to content

Commit

Permalink
docker: add git dependency for poetry builder
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Oct 24, 2023
1 parent b0a9981 commit 6e79a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest as poetry-builder

RUN microdnf -y update && \
microdnf -y install \
shadow-utils python39-pip python39-wheel && \
git shadow-utils python39-pip python39-wheel && \
pip3 install --no-cache-dir --upgrade pip wheel && \
microdnf clean all

Expand Down

0 comments on commit 6e79a87

Please sign in to comment.