summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-11-10 10:18:09 +0000
committer杨威 <[email protected]>2023-11-10 10:18:09 +0000
commitbc2505fab477282eae99102b3a1c8abe3ee1f55c (patch)
tree3c852d5ec30abc2ecf09f072828359682e20f6e7
parentb695f3c328157aa2196dcb910309d1f91cf45242 (diff)
remove sentry-climaster
-rw-r--r--Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 8e6e865..125a504 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,6 @@ RUN rm -rf /etc/yum.repos.d/* && \
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/ |sed 's#downloads\.sentry-cdn\.com#npm\.taobao\.org\/mirrors#g'|bash && \
yum install -y devtoolset-7 devtoolset-7-libasan-devel && \
yum install -y libasan libasan4 && \
yum install -y rpmrebuild && \
@@ -40,9 +39,4 @@ RUN rm -rf /etc/yum.repos.d/* && \
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" ]