diff scripts/Docker/Dockerfile @ 8102:539e300f85d2

fix: replace use of shell variable inside printf string with specifer. Minor nit found by hadolint.
author John Rouillard <rouilj@ieee.org>
date Sat, 20 Jul 2024 19:07:01 -0400
parents 4f07d7835019
children 7c68aace7e48
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile	Wed Jul 17 22:57:25 2024 -0400
+++ b/scripts/Docker/Dockerfile	Sat Jul 20 19:07:01 2024 -0400
@@ -171,7 +171,7 @@
             printf "Building with distribution: %s\n" "$dist"; \
             pip install --no-cache-dir "install/dist/$dist";; \
         *) \
-            printf "\n\ninvalid value for source: $source\n"; \
+            printf "\n\ninvalid value for source: %s\n" "$source"; \
 	    printf "must be local, pypi, pip_local or pip_sdist\n\n"; \
             exit 1;; \
     esac

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