We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab6d4 commit 23cd4d9Copy full SHA for 23cd4d9
Dockerfile
@@ -66,8 +66,6 @@ RUN apt-get update && apt-get install -y \
66
gstreamer1.0-tools \
67
# 调试工具
68
gdb \
69
- strace \
70
- ltrace \
71
&& rm -rf /var/lib/apt/lists/* \
72
&& apt-get clean
73
0 commit comments