From 6ddb7dc74bc32cdc704a7e356093af22770efbb4 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Tue, 8 Oct 2024 12:00:47 -0400 Subject: [PATCH] Remove installing pulpcore in non-s6 base image [noissue] --- images/Containerfile.core.base | 1 - 1 file changed, 1 deletion(-) diff --git a/images/Containerfile.core.base b/images/Containerfile.core.base index 6c604809..ae33fb97 100644 --- a/images/Containerfile.core.base +++ b/images/Containerfile.core.base @@ -66,7 +66,6 @@ RUN pip install \ python-nginx \ "django-storages[boto3,azure]>=1.12.2" \ "requests[use_chardet_on_py3]" \ - pulpcore RUN groupadd -g 700 --system pulp RUN useradd -d /var/lib/pulp --system -u 700 -g pulp pulp