From 1517e6a5d4fadfc982cd41b114628792b0c1585a Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 16 Jul 2026 20:21:09 +0000 Subject: [PATCH] Remove redundant kiwitcms package installation The base image kiwitcms/kiwi already includes the kiwitcms package. When building the intermediary image from a PR branch, that image also has kiwitcms installed. Reinstalling/upgrading it here is unnecessary. This simplifies the Dockerfile and reduces build time. --- tests/krb5/Dockerfile.kiwitcms | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/krb5/Dockerfile.kiwitcms b/tests/krb5/Dockerfile.kiwitcms index 63d5f73..5b3c516 100644 --- a/tests/krb5/Dockerfile.kiwitcms +++ b/tests/krb5/Dockerfile.kiwitcms @@ -5,7 +5,6 @@ RUN dnf -y --nodocs install gcc krb5-devel python3.12-devel && \ dnf clean all USER 1001 -RUN pip3 install --no-cache-dir -U kiwitcms RUN pip3 install --no-cache-dir social-auth-app-django social-auth-kerberos COPY ./kiwitcms_kerberos/ /venv/lib64/python3.12/site-packages/kiwitcms_kerberos/