diff options
| author | yangwei <[email protected]> | 2020-10-13 20:45:21 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2020-10-13 20:45:21 +0800 |
| commit | a1917f7ee0201f493e851b150f4a103a81e08518 (patch) | |
| tree | 0625958b46bfe55821c0af79a8c03aee47196204 | |
| parent | a3a48cfd40a7c10c89507787f6da8c30c1688b20 (diff) | |
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ RUN yum install -y make libpcap-devel epel-release patch wget socat automake aut yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ yum install -y devtoolset-7-libasan-devel && \ + yum install -y libasan4 && \ yum clean all && \ rm -rf /var/cache/yum && \ curl -sL https://sentry.io/get-cli/ |sed 's#downloads\.sentry-cdn\.com#npm\.taobao\.org\//mirrors#g'|bash |
