Skip to content
Snippets Groups Projects
Commit c7fa3ec9 authored by Morgan Hoffman's avatar Morgan Hoffman
Browse files

Merge branch 'bbooker-main-patch-15178' into 'main'

PLATFORM-1950 - add network utils

See merge request !3
parents 14bc72a0 79a931c1
Branches
1 merge request!3PLATFORM-1950 - add network utils
......@@ -113,6 +113,7 @@ COPY entrypoint.sh /
COPY requirements.txt /tmp
RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales sshpass git jq vim sudo apt-transport-https \
dnsutils inetutils-traceroute inetutils-ping netcat \
ca-certificates uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip tmux && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/kubernetes.gpg 1> /dev/null && \
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list && \
......@@ -122,7 +123,7 @@ RUN apt-get clean && apt-get update && apt-get install -y curl unzip locales ssh
echo "deb https://proget.makedeb.org prebuilt-mpr jammy" | tee /etc/apt/sources.list.d/prebuilt-mpr.list && \
curl https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/trivy.gpg 1> /dev/null && \
echo "deb https://aquasecurity.github.io/trivy-repo/deb jammy main" | tee -a /etc/apt/sources.list.d/trivy.list && \
apt-get clean && apt-get update && apt-get install -y kubectl=1.26.3-00 inetutils-ping \
apt-get clean && apt-get update && apt-get install -y kubectl=1.26.3-00 \
git jq ca-certificates vim sudo uuid-runtime openconnect python3 python3-pkg-resources python3-distutils python3-pip \
curl unzip locales sshpass silversearcher-ag helm glab trivy pinentry-tty bash-completion && \
pip3 install -r /tmp/requirements.txt && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment