Dockerfile: add gawk dependency

This is needed to build glibc on CI
This commit is contained in:
Michka Popoff 2021-02-27 22:56:48 +01:00
parent 7ab7ace64e
commit 31a95d21be
No known key found for this signature in database
GPG Key ID: 033D03F151030611

View File

@ -14,6 +14,7 @@ RUN apt-get update \
file \
fonts-dejavu-core \
g++ \
gawk \
git \
less \
libz-dev \