File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,9 @@ RUN set -ex; \
50
50
zstd \
51
51
bzip2 \
52
52
netcat-openbsd \
53
- patchelf gdb binutils binutils-common mysql-client \
54
- curl wget less vim htop iproute2 numactl jq iotop sysstat \
55
- tcpdump iputils-ping dnsutils strace lsof blktrace tzdata \
56
- bpfcc-tools silversearcher-ag \
53
+ binutils binutils-common mysql-client \
54
+ curl wget less vim htop iproute2 numactl jq iotop \
55
+ tcpdump iputils-ping dnsutils lsof tzdata \
57
56
net-tools && \
58
57
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
59
58
( if id ubuntu 2>/dev/null; then userdel -r ubuntu; fi ) && \
@@ -80,7 +79,7 @@ RUN set -ex; \
80
79
dorisArch="arm64" ; dorisFileExt=".tar.xz" ; tarCmd="J" ; \
81
80
;; \
82
81
*) \
83
- dorisArch="arm64" ; dorisFileExt=".tar.gz" ; tarCmd="z" ; \
82
+ dorisArch="arm64" ; dorisFileExt=".tar.gz" ; tarCmd="z" ; \
84
83
;; \
85
84
esac; \
86
85
;; \
@@ -97,7 +96,7 @@ RUN set -ex; \
97
96
dorisArch="x64" ; dorisFileExt=".tar.xz" ; tarCmd="J" ; \
98
97
;; \
99
98
*) \
100
- dorisArch="x64" ; dorisFileExt=".tar.gz" ; tarCmd="z" ; \
99
+ dorisArch="x64" ; dorisFileExt=".tar.gz" ; tarCmd="z" ; \
101
100
;; \
102
101
esac; \
103
102
;; \
You can’t perform that action at this time.
0 commit comments