We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1910982 + ea72080 commit c48c854Copy full SHA for c48c854
Dockerfile
@@ -2,7 +2,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest as poetry-builder
2
3
RUN microdnf -y update && \
4
microdnf -y install \
5
- git shadow-utils python3.11-pip python-wheel && \
+ git shadow-utils python3.11-pip python-wheel \
6
+ gcc python3.11-devel && \
7
pip3.11 install --no-cache-dir --upgrade pip wheel && \
8
microdnf clean all
9
0 commit comments