We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0db9a commit cb9c258Copy full SHA for cb9c258
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
4
WORKDIR /performance-dashboards
5
6
# Install necessary libraries for subsequent commands
7
-RUN microdnf install -y podman python3.12 python3.12-pip && \
+RUN microdnf install -y podman python3 python3-pip && \
8
microdnf clean all && \
9
rm -rf /var/cache/yum
10
0 commit comments