ocket8888 commented on a change in pull request #4474: optimization debian 
package manager tweaks
URL: https://github.com/apache/trafficcontrol/pull/4474#discussion_r391209890
 
 

 ##########
 File path: docs/source/admin/quick_howto/ciab.rst
 ##########
 @@ -376,7 +376,7 @@ On Linux, we suggest ``openvpn``. On most Linux 
distributions, this will also be
 .. code-block:: shell
        :caption: Install openvpn on ubuntu/debian
 
-       apt-get update && apt-get install -y openvpn
+       apt-get update && apt-get --no-install-recommends install -y openvpn
 
 Review comment:
   Right, but in this case the user is installing something on their own 
computer. `--no-install-recommends` is a "best practice" for the context of 
docker, but ostensibly the user has the default apt configuration they want on 
their own host computer. We don't need to worry - and shouldn't worry - about 
policing that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to