comparison scripts/Docker/Dockerfile @ 7725:925ad351d22a

docs: update comments
author John Rouillard <rouilj@ieee.org>
date Tue, 02 Jan 2024 11:32:37 -0500
parents 2c1d30467909
children 47eb57f73d88
comparison
equal deleted inserted replaced
7724:68c04cc8edf7 7725:925ad351d22a
130 COPY roundup install/roundup/ 130 COPY roundup install/roundup/
131 COPY share install/share/ 131 COPY share install/share/
132 # dist/* might not exist, so include README.txt so we don't get an error 132 # dist/* might not exist, so include README.txt so we don't get an error
133 #COPY README.txt dist/* install/dist/ 133 #COPY README.txt dist/* install/dist/
134 134
135 # verify source has one of two valid values then 135 # verify source has one of four valid values then
136 # install in python3 standard directories from local copy 136 # install in python3 standard directories from:
137 # or install in python3 standard directories from pypi using pip 137 # * local copy using setup.py
138 # * pypi using pip
139 # * local files using pip
140 # * pip using a pre-existing sdist built in original source tree: disabled
141 # * copy from dist/* fails if dist directory is missing breaking the
142 # Distfile. COPY used to ignore missing files if at least one
143 # existing file was copied 8-(.
144
138 # import from global/command line 145 # import from global/command line
139 ARG source 146 ARG source
140 147
141 RUN [ -z "${VERBOSE}" ] || set -xv; \ 148 RUN [ -z "${VERBOSE}" ] || set -xv; \
142 case "$source" in \ 149 case "$source" in \

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