Skip to content

Commit 8b75b26

Browse files
committed
need to add man-db for fstrace install.sh
1 parent fa62c71 commit 8b75b26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1616
# try deps
1717
expect mergerfs attr \
1818
# fstrace / eBPF deps
19-
gcc clang llvm libbpf-dev zlib1g-dev libelf-dev autopoint flex bison bpftool gawk
19+
gcc clang llvm libbpf-dev zlib1g-dev libelf-dev autopoint flex bison bpftool gawk man-db
2020

2121
RUN git config --global --add safe.directory /srv
2222
ENV PASH_SPEC_TOP=/srv/hs

0 commit comments

Comments
 (0)