From be78550e37178eafe4abafc8cd90716878c72556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilhan=20Kara=C3=B6ren?= Date: Thu, 18 Jul 2024 16:24:30 +0200 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c4e27e..c7f669a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM redhat/ubi9 +FROM ubi9 COPY entrypoint.sh /entrypoint.sh RUN dnf install python3.9 -y RUN dnf install python3-pip -y From a043fc467c8d27702eb3c23729359018b2d23032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilhan=20Kara=C3=B6ren?= Date: Thu, 18 Jul 2024 16:55:13 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7f669a..49c15d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubi9 +FROM rhel9/ubi9 COPY entrypoint.sh /entrypoint.sh RUN dnf install python3.9 -y RUN dnf install python3-pip -y