Skip to content

Commit

Permalink
Remove installing pulpcore in non-s6 base image
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 8, 2024
1 parent 52ea4e6 commit 6ddb7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ddb7dc

Please sign in to comment.