summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-15 20:46:53 +0800
committeryangwei <[email protected]>2023-08-15 20:46:53 +0800
commit8abf600d7a88e5a8dc71c360a20703bb6d029ae0 (patch)
tree8598e9487ed8d0788e08bd8eb9512c88136949c2
parent8fc81824764cac74c102d1140da91400431f679c (diff)
🔧 build(chmod +x tshark):centos7_for_sapp
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 7331968..459cea4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,6 +15,7 @@ COPY aksusbd-8.23-1.x86_64.rpm /tmp/aksusbd-8.23-1.x86_64.rpm
COPY envconfig.cfgx /tmp/envconfig.cfgx
RUN rm -rf /etc/yum.repos.d/* && \
+ chmod +x /usr/bin/tshark && \
cp /tmp/*.repo /etc/yum.repos.d/ && \
yum install -y gcc gcc-c++ make libpcap-devel epel-release patch wget socat automake autoconf libtool rpm-build git && \
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo && \