Skip to content
Snippets Groups Projects
Commit e9f03bf3 authored by Alexander Käb's avatar Alexander Käb
Browse files

run pip ugrade

parent 4ae849dc
No related branches found
No related tags found
No related merge requests found
Pipeline #210435 passed
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment