Skip to content

Commit

Permalink
doc: mention dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox committed Nov 29, 2023
1 parent 222564d commit 9635350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ RUN set -ex \
&& rm "vault_${VAULT_VERSION}_linux_amd64.zip" \
&& vault --version

# Add python development tooling
# Add python development tooling. If these versions have to change check for
# dependent repos. e.g. stackrox/stackrox has .openshift-ci/dev-requirements.txt
# for local development style & lint.
ARG PYCODESTYLE_VERSION=2.10.0
ARG PYLINT_VERSION=2.13.9
RUN set -ex \
Expand Down

0 comments on commit 9635350

Please sign in to comment.