From a1ece8f523bb39bb0c559d67c6ce2558357adaac Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:32:58 -0500 Subject: [PATCH] Add a missing Oxford comma to a comment in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 444ee90..b69a3f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ RUN addgroup --system --gid ${CISA_GID} ${CISA_GROUP} \ ### # Copy in the Python virtual environment created in compile-stage, symlink the -# Python binary in the venv to the system-wide Python and add the venv to the PATH. +# Python binary in the venv to the system-wide Python, and add the venv to the PATH. # # Note that we symlink the Python binary in the venv to the system-wide Python so that # any calls to `python3` will use our virtual environment. We are using short flags