diff options
| author | yangwei <[email protected]> | 2023-08-15 20:46:53 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-15 20:46:53 +0800 |
| commit | 8abf600d7a88e5a8dc71c360a20703bb6d029ae0 (patch) | |
| tree | 8598e9487ed8d0788e08bd8eb9512c88136949c2 /Dockerfile | |
| parent | 8fc81824764cac74c102d1140da91400431f679c (diff) | |
🔧 build(chmod +x tshark):centos7_for_sapp
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 && \ |
