Skip to content

Commit 38a7951

Browse files
committed
devctr: add trace-cmd
So that we don't have to install it in the future. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 97e61ca commit 38a7951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devctr/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN apt-get update \
8383
# for crosvm (vhost-user-blk backend)
8484
libcap2 \
8585
# for debugging
86-
gdb strace \
86+
gdb strace trace-cmd \
8787
&& rm -rf /var/lib/apt/lists/* \
8888
&& pip3 install --upgrade poetry
8989

0 commit comments

Comments
 (0)