Skip to content

Commit ac55253

Browse files
committed
docs: update comments
1 parent df87549 commit ac55253

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

scripts/Docker/Dockerfile

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,16 @@ COPY share install/share/
132132
# dist/* might not exist, so include README.txt so we don't get an error
133133
#COPY README.txt dist/* install/dist/
134134

135-
# verify source has one of two valid values then
136-
# install in python3 standard directories from local copy
137-
# or install in python3 standard directories from pypi using pip
135+
# verify source has one of four valid values then
136+
# install in python3 standard directories from:
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+
138145
# import from global/command line
139146
ARG source
140147

0 commit comments

Comments
 (0)