comparison scripts/Docker/requirements.txt @ 7237:f636acd7d63c

hadolint fixes/best practices added Enable -o pipefail for RUN commands with pipes so any errors in the pipeline cause a failure. use wget -q to reduce log size for large file downloads. Run all apk with --no-cache so I don't need to remove /var/cache/apk/*. Quote variables in RUN shell scripts unless they need to be expanded. Don't use direct variable substitution in printf. Update comment for installing python packages using apk. Remove --use-feature=in-tree-build from local_pip pip command. This feature is the default with newer pips and is now an error if used.
author John Rouillard <rouilj@ieee.org>
date Thu, 30 Mar 2023 19:35:08 -0400
parents 889ddfbf8abe
children b8e88d4ca95b
comparison
equal deleted inserted replaced
7236:821429f560cd 7237:f636acd7d63c

Roundup Issue Tracker: http://roundup-tracker.org/