From e9f03bf3e0ec968404bee7959ce922a770429e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=A4b?= <alexander.kaeb@h-da.de> Date: Wed, 26 Jun 2024 13:08:23 +0200 Subject: [PATCH] run pip ugrade --- creator-ee/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/creator-ee/Dockerfile b/creator-ee/Dockerfile index c4b9386..08bac51 100644 --- a/creator-ee/Dockerfile +++ b/creator-ee/Dockerfile @@ -1,9 +1,9 @@ FROM quay.io/centos/centos:stream9 LABEL \ - org.opencontainers.image.title="creator-ee" \ - org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \ - org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images" + org.opencontainers.image.title="creator-ee" \ + org.opencontainers.image.url="https://code.fbi.h-da.de/hdacloud/images" \ + org.opencontainers.image.source="https://code.fbi.h-da.de/hdacloud/images" RUN \ yum update -y && \ @@ -15,6 +15,8 @@ RUN \ python3-pip \ && yum clean all +RUN pip install --upgrade pip + RUN \ pip install \ dumb-init \ -- GitLab