Skip to content

Commit 45ab6d4

Browse files
authored
Update Dockerfile
1 parent 24ad00b commit 45ab6d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ RUN apt-get update && apt-get install -y \
6565
mplayer \
6666
gstreamer1.0-tools \
6767
# 调试工具
68-
valgrind \
68+
gdb \
69+
strace \
70+
ltrace \
6971
&& rm -rf /var/lib/apt/lists/* \
7072
&& apt-get clean
7173

0 commit comments

Comments
 (0)