Skip to content

Commit c48c854

Browse files
Merge branch 'main' into dependabot/pip/setuptools-78.1.1
2 parents 1910982 + ea72080 commit c48c854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest as poetry-builder
22

33
RUN microdnf -y update && \
44
microdnf -y install \
5-
git shadow-utils python3.11-pip python-wheel && \
5+
git shadow-utils python3.11-pip python-wheel \
6+
gcc python3.11-devel && \
67
pip3.11 install --no-cache-dir --upgrade pip wheel && \
78
microdnf clean all
89

0 commit comments

Comments
 (0)