File tree Expand file tree Collapse file tree 1 file changed +33
-31
lines changed
Expand file tree Collapse file tree 1 file changed +33
-31
lines changed Original file line number Diff line number Diff line change @@ -16,37 +16,39 @@ RUN echo 'path-include=/usr/share/doc/*/changelog.Debian.*' >> /etc/dpkg/dpkg.cf
1616
1717RUN apt-get update -qq && \
1818 apt-get install -y apt-transport-https \
19- ca-certificates \
20- software-properties-common \
21- httping \
22- man \
23- man-db \
24- vim \
25- screen \
26- curl \
27- gnupg \
28- atop \
29- htop \
30- dstat \
31- jq \
32- dnsutils \
33- tcpdump \
34- traceroute \
35- iputils-ping \
36- iptables \
37- net-tools \
38- ncat \
39- iproute2 \
40- strace \
41- telnet \
42- openssl \
43- psmisc \
44- dsniff \
45- mtr-tiny \
46- conntrack \
47- llvm-13 llvm-13-tools \
48- wget \
49- bpftool
19+ ca-certificates \
20+ software-properties-common \
21+ httping \
22+ man \
23+ man-db \
24+ vim \
25+ screen \
26+ curl \
27+ gnupg \
28+ atop \
29+ htop \
30+ dstat \
31+ jq \
32+ dnsutils \
33+ tcpdump \
34+ termshark \
35+ traceroute \
36+ iputils-ping \
37+ iptables \
38+ net-tools \
39+ ncat \
40+ iproute2 \
41+ strace \
42+ telnet \
43+ openssl \
44+ psmisc \
45+ dsniff \
46+ mtr-tiny \
47+ conntrack \
48+ llvm-13 llvm-13-tools \
49+ wget \
50+ watch \
51+ bpftool
5052
5153# Install crictl
5254RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICTL_VERSION}/crictl-${CRICTL_VERSION}-linux-amd64.tar.gz && \
You can’t perform that action at this time.
0 commit comments