Skip to content

Commit

Permalink
remove netcat
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Sep 20, 2024
1 parent 60c7903 commit a66bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/prod/k8s/aisadmin_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mv cmd/cli/autocomplete /tmp/autocomplete
FROM ubuntu:24.04 as base

RUN apt-get update -yq && \
apt-get install -y wget sysstat curl git iputils-ping netcat make coreutils net-tools iproute2 tcptrack vim \
apt-get install -y wget sysstat curl git iputils-ping make coreutils net-tools iproute2 tcptrack vim \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Copy over the binaries
Expand Down

0 comments on commit a66bdc6

Please sign in to comment.