Skip to content

Commit c40e38a

Browse files
committed
Correct comment
1 parent 9b50a3c commit c40e38a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ENV PYTHON_SETUPTOOLS_VERSION=80.9.0
1717
ENV PYTHON_WHEEL_VERSION=0.45.1
1818

1919
###
20-
# Install the specified versions of pip, setuptools, and wheel into the system
21-
# Python environment; install the specified version of pipenv into the system Python
22-
# environment; set up a Python virtual environment (venv); and install the specified
23-
# versions of pip, setuptools, and wheel into the venv.
20+
# Install the specified versions of pip, setuptools, and wheel;
21+
# install the specified version of pipenv; create the image dependency
22+
# venv; and install the specified versions of pip, setuptools, and
23+
# wheel into the dependency venv.
2424
#
2525
# Note that we use the --no-cache-dir flag to avoid writing to a local
2626
# cache. This results in a smaller final image, at the cost of

0 commit comments

Comments
 (0)