Skip to content

Commit b4b5dbc

Browse files
Muhammad Usama Anjumnuclearcat
authored andcommitted
config: docker: Add gawk package to all build containers
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 <usama.anjum@collabora.com>
1 parent 5345aed commit b4b5dbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/docker/base/host-tools.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
6666
dwarves \
6767
flex \
6868
g++ \
69+
gawk \
6970
gcc \
7071
git \
7172
kmod \

0 commit comments

Comments
 (0)