Skip to content

Commit

Permalink
Add a missing Oxford comma to a comment in the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Dec 6, 2024
1 parent 192d9e6 commit a1ece8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ece8f

Please sign in to comment.