diff options
| author | Lu Qiuwen <[email protected]> | 2019-09-03 19:26:58 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2019-09-03 19:26:58 +0800 |
| commit | 34fe2055942e5058afffb0b3ed431573ebe5a0b1 (patch) | |
| tree | 715c516e0bb77ac896b55544dd439e7394b8913b /Dockerfile | |
| parent | 67606e4f7e1f94e21688d9115bfd10ab53ae4b11 (diff) | |
集成sentry-cli工具,用于收集调试符号
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ RUN yum install -y gcc gcc-c++ make libpcap-devel epel-release patch wget socat yum install -y pulp-admin-client pulp-rpm-admin-extensions pulp-puppet-admin-extensions pulp-docker-admin-extensions && \ yum install -y python-pip && \ pip install -i https://mirrors.aliyun.com/pypi/simple/ --no-cache-dir cmake && \ + curl -sL https://sentry.io/get-cli/ | bash && \ yum clean all && \ rm -rf /var/cache/yum |
