Skip to content

Commit

Permalink
madness
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Nov 8, 2024
1 parent e4accc9 commit 5686f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN dnf update -y \
lsof \
lz4 \
openssl \
python39 \
python39-devel \
unzip \
xmlstarlet \
Expand Down Expand Up @@ -75,7 +76,7 @@ RUN set -ex \
&& (docker version --format '{{.Client.Version}}' || true)

# Symlink python to python3
# RUN ln -s /usr/bin/python3 /usr/bin/python
RUN ln -s /usr/bin/python3 /usr/bin/python

# oc
RUN set -ex \
Expand Down

0 comments on commit 5686f2c

Please sign in to comment.