diff options
| author | 杨威 <[email protected]> | 2023-11-10 10:16:11 +0000 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2023-11-10 10:16:11 +0000 |
| commit | 7c2242fa0e2cdf21da21c49d562f18b374778d94 (patch) | |
| tree | 98d9c84ac6f85a4f4c2f65fba6102cfe10572f72 /Dockerfile | |
| parent | 0cadef75fe77822bbee545de86a034fbbc198615 (diff) | |
remove sentry-cliHEADrockylinux
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -24,7 +24,6 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ yum install -y python2 && \ yum install -y python3-pip && \ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple httpie && \ - curl -sL https://sentry.io/get-cli/ |sed 's#downloads\.sentry-cdn\.com#npm\.taobao\.org\/mirrors#g'|bash && \ rpm -U https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/c/cppcheck-2.7-1.el7.x86_64.rpm && \ yum install -y sudo && \ mkdir -p /opt/VendorCodes/ && \ @@ -37,10 +36,4 @@ RUN cp /tmp/repo.internal.geedge.net.repo /etc/yum.repos.d/ && \ chmod o+x /root/rebuildrpm_and_envelope.sh && \ yum clean all && \ rm -rf /var/cache/yum - - # 为二进制程序加壳示例 - # in: 设置开发商文件 - # in: 设置 feature_id - # /opt/Sentinel/Linux/VendorTools/Envelope/linuxenv -v:/opt/VendorCodes/GEEDGE.hvc -f:100 --msg-out:4 --debug --memdump --randomize:1 /opt/MESA/bin/minidump-2-core /opt/MESA/bin/minidump-2-core_protected - CMD [ "/bin/bash" ] |
