Skip to content

Commit cb9c258

Browse files
committed
revert python 3.12
Signed-off-by: Andrew Collins <ancollin@redhat.com>
1 parent de0db9a commit cb9c258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
44
WORKDIR /performance-dashboards
55

66
# Install necessary libraries for subsequent commands
7-
RUN microdnf install -y podman python3.12 python3.12-pip && \
7+
RUN microdnf install -y podman python3 python3-pip && \
88
microdnf clean all && \
99
rm -rf /var/cache/yum
1010

0 commit comments

Comments
 (0)