Merge pull request #10732 from iMichka/gawk

Dockerfile: add gawk dependency
This commit is contained in:
Michka Popoff 2021-03-02 01:12:24 +01:00 committed by GitHub
commit 4a46920ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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