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 5d88dae commit 655b316Copy full SHA for 655b316
tools/devctr/Dockerfile
@@ -83,7 +83,7 @@ RUN apt-get update \
83
# for crosvm (vhost-user-blk backend)
84
libcap2 \
85
# for debugging
86
- gdb strace \
+ gdb strace trace-cmd \
87
&& rm -rf /var/lib/apt/lists/* \
88
&& pip3 install --upgrade poetry
89
0 commit comments