Skip to content

Commit

Permalink
docker: install gawk
Browse files Browse the repository at this point in the history
It's explicitly needed by the kernel, but apparently not
always pulled in.

Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
jmberg authored and kuba-moo committed Oct 28, 2024
1 parent 0124043 commit 88c3ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
ccache \
flex \
bison \
gawk \
libssl-dev \
libelf-dev \
clang lld llvm \
Expand Down

0 comments on commit 88c3ba7

Please sign in to comment.