diff options
| author | yangwei <[email protected]> | 2020-10-14 11:38:08 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2020-10-14 11:38:08 +0800 |
| commit | 693588f0b995a63782f86f2ac8bd7e3adefee8f5 (patch) | |
| tree | 11ac035d701a5635b77fe689a498b54773f1826d | |
| parent | 000991afb426802e7686037b2e10ea0184048452 (diff) | |
🐞fix: 使用阿里云sentrycli镜像
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ RUN yum install -y gcc gcc-c++ make libpcap-devel epel-release patch wget socat cp /usr/local/bin/cmake /usr/local/bin/cmake3 && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ - curl -sL https://sentry.io/get-cli/ | bash && \ + curl -sL https://sentry.io/get-cli/ |sed 's#downloads\.sentry-cdn\.com#npm\.taobao\.org\/mirrors#g'|bash && \ yum install -y centos-release-scl && \ yum install -y devtoolset-7 devtoolset-7-libasan-devel && \ yum install -y libasan libasan4 && \ |
