Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 28, 2024
1 parent b516bde commit 3be1a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /work

RUN apt update && apt install wget tar xz-utils git -y
RUN apt install -y build-essential flex bison \
libncurses-dev libelf-dev libssl-dev bc python3 pahole
libncurses-dev libelf-dev libssl-dev bc python3 dwarves pahole
2 changes: 1 addition & 1 deletion debian12-config
Original file line number Diff line number Diff line change
Expand Up @@ -10289,7 +10289,7 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_REDUCED is not set
# CONFIG_DEBUG_INFO_COMPRESSED is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
CONFIG_DEBUG_INFO_BTF=y
CONFIG_DEBUG_INFO_BTF=n
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
Expand Down

0 comments on commit 3be1a74

Please sign in to comment.