Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Nov 8, 2024
1 parent 3233d7d commit 5b1085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN set -ex \
&& (docker version --format '{{.Client.Version}}' || true)

# Symlink python to python3.
# Explicitly set python3.9 to python3 instead of python3.6, latter is required for nodejs.
# Explicitly set python3 to python3.9 instead of python3.6, the latter is required to keep for nodejs.
RUN update-alternatives --set python3 /usr/bin/python3.9 \
&& ln -s /usr/bin/python3 /usr/bin/python

Expand Down

0 comments on commit 5b1085a

Please sign in to comment.