Skip to content

Commit

Permalink
config: docker: Add gawk package to all build containers
Browse files Browse the repository at this point in the history
The usage of gawk has recently appeared in the linux kernel. The build
fails if it isn't found. Add the gawk package.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Oct 29, 2024
1 parent 5345aed commit b4b5dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/base/host-tools.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
dwarves \
flex \
g++ \
gawk \
gcc \
git \
kmod \
Expand Down

0 comments on commit b4b5dbc

Please sign in to comment.