Rajpratik71 commented on a change in pull request #4474: optimization debian package manager tweaks URL: https://github.com/apache/trafficcontrol/pull/4474#discussion_r390772957
########## File path: infrastructure/cdn-in-a-box/optional/vpn/README.rst ########## @@ -39,7 +39,7 @@ On Linux, you could choose ``openvpn``. Take ubuntu/debian as an example, you ca .. code-block:: shell - apt-get update && apt-get install -y openvpn + apt-get update && apt-get --no-install-recommends install -y openvpn Review comment: I general updated "apt-get install" with "apt-get --no-install-recommends install" as a best practice for apt-get wherever applicable , doesn't have any issue and didn't looked for specific use case ---------------------------------------------------------------- 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
