Skip to content

Commit

Permalink
docker: install pulp-cli to the backend container
Browse files Browse the repository at this point in the history
We don't need the `pulp-cli` tool to upload builds results to Pulp but
it is useful for manual queries and debugging if something goes wrong.
  • Loading branch information
FrostyX authored and nikromen committed Dec 16, 2024
1 parent 48e7b43 commit 502c0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex ; \
nginx \
findutils \
tini \
pulp-cli \
# to get more entropy for generation of gpg keys
rng-tools \
# for unbuffer package
Expand Down

0 comments on commit 502c0cf

Please sign in to comment.