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 ed49101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/Containerfile.core.base
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ RUN pip install \
gunicorn \
python-nginx \
"django-storages[boto3,azure]>=1.12.2" \
"requests[use_chardet_on_py3]" \
pulpcore
"requests[use_chardet_on_py3]"

RUN groupadd -g 700 --system pulp
RUN useradd -d /var/lib/pulp --system -u 700 -g pulp pulp
Expand Down

0 comments on commit ed49101

Please sign in to comment.