Skip to content

Commit 977a8aa

Browse files
committed
feature: docker: io: strace: add
1 parent 15537ec commit 977a8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
2020

2121
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2"
2222
ARG RUST_DEPS="build-essential"
23-
ARG DEPS="gdb upx-ucl less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl"
23+
ARG DEPS="gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl"
2424

2525
RUN apt-get update && \
2626
apt-get upgrade -y && \

0 commit comments

Comments
 (0)