Skip to content

Commit ea72080

Browse files
AjayJaganopenshift-merge-bot[bot]
authored andcommitted
(feat): Update dockerfile to support multi-arch images
1 parent 92d7e96 commit ea72080

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)