You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/17 20:04:43 UTC

[GitHub] [solr] janhoy commented on pull request #1084: Remove gpg and wget binaries from image, slimming it down some 8,5Mb

janhoy commented on PR #1084:
URL: https://github.com/apache/solr/pull/1084#issuecomment-1281417709

   I see that `Dockerfile.body.template` includes this line at the bottom:
   
   ```bash
       apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
   ```
   
   ...which installs both wget and dirmngr again. I see that a few of the `scripts/` use `wget`, so it probably needs to stay (unless we can convert them to using curl), but why do we need `dirmngr` in the image runtime?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org