common.docker: Alphabetically list scripts in COPY instruction

This commit is contained in:
Jean-Christophe Fillion-Robin 2018-06-06 20:27:20 -04:00
parent 5f5a890714
commit 6cdf33f46f
No known key found for this signature in database
GPG Key ID: BAF1E1AEB9097A41

View File

@ -5,15 +5,15 @@ ARG CMAKE_VERSION=3.11.0
# Image build scripts # Image build scripts
COPY \ COPY \
imagefiles/build-and-install-cmake.sh \
imagefiles/build-and-install-curl.sh \
imagefiles/build-and-install-git.sh \ imagefiles/build-and-install-git.sh \
imagefiles/utils.sh \ imagefiles/build-and-install-ninja.sh \
imagefiles/build-and-install-openssl.sh \ imagefiles/build-and-install-openssl.sh \
imagefiles/build-and-install-openssh.sh \ imagefiles/build-and-install-openssh.sh \
imagefiles/build-and-install-cmake.sh \
imagefiles/install-cmake-binary.sh \ imagefiles/install-cmake-binary.sh \
imagefiles/install-liquidprompt-binary.sh \ imagefiles/install-liquidprompt-binary.sh \
imagefiles/build-and-install-curl.sh \ imagefiles/utils.sh \
imagefiles/build-and-install-ninja.sh \
/buildscripts/ /buildscripts/
RUN \ RUN \