Skip to content

Commit

Permalink
sdk → cli
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Janiszewski <[email protected]>
  • Loading branch information
janisz committed Mar 11, 2024
1 parent 3f5d327 commit 4e01999
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/collector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dnf update -y && \
dnf install -y \
clang-tools-extra \
cmake \
google-cloud-sdk \
google-cloud-cli \
jq \
procps-ng \
python38 \
Expand Down
2 changes: 1 addition & 1 deletion images/jenkins-plugin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
&& curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - \
&& sudo apt-get update \
&& sudo apt-get install --no-install-recommends -y \
google-cloud-sdk \
google-cloud-cli \
kubectl \
openjdk-8-jdk-headless \
maven \
Expand Down
4 changes: 2 additions & 2 deletions images/scanner-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN dnf install -y \
expect \
gcc \
gcc-c++ \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
google-cloud-cli \
google-cloud-cli-gke-gcloud-auth-plugin \
jq \
kubectl \
lsof \
Expand Down
6 changes: 3 additions & 3 deletions images/stackrox-test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ RUN dnf --disablerepo="*" install -y https://download.postgresql.org/pub/repos/y

# Install all the packages
RUN dnf update -y && \
dnf install -y \
dnf install -y --best --allowerasing \
expect \
gcc \
gcc-c++ \
google-cloud-sdk \
google-cloud-sdk-gke-gcloud-auth-plugin \
google-cloud-cli \
google-cloud-cli-gke-gcloud-auth-plugin \
java-17-openjdk-devel \
kubectl \
lsof \
Expand Down

0 comments on commit 4e01999

Please sign in to comment.