Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Nov 23, 2023
1 parent 0429cd0 commit 905154b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ ARG AUTOPEP8_VERSION=2.0.4
ARG PYLINT_VERSION=3.0.2
RUN set -ex \
&& pip3 install pycodestyle=="${PYCODESTYLE_VERSION}" \
autopep8="${AUTOPEP8_VERSION}" \
pylint="${PYLINT_VERSION}"
autopep8=="${AUTOPEP8_VERSION}" \
pylint=="${PYLINT_VERSION}"

# Install bats
RUN set -ex \
Expand Down Expand Up @@ -171,8 +171,8 @@ ARG AUTOPEP8_VERSION=2.0.4
ARG PYLINT_VERSION=3.0.2
RUN set -ex \
&& pip3 install pycodestyle=="${PYCODESTYLE_VERSION}" \
autopep8="${AUTOPEP8_VERSION}" \
pylint="${PYLINT_VERSION}"
autopep8=="${AUTOPEP8_VERSION}" \
pylint=="${PYLINT_VERSION}"

RUN \
mv /bin/bash /bin/real-bash && \
Expand Down

0 comments on commit 905154b

Please sign in to comment.