diff --git a/.github/images/centos.Dockerfile b/.github/images/centos.Dockerfile index 76d3ad3..4d65eb7 100644 --- a/.github/images/centos.Dockerfile +++ b/.github/images/centos.Dockerfile @@ -3,7 +3,7 @@ FROM quay.io/$image # Install dependencies RUN dnf -y update -RUN dnf -y install autoconf automake gcc libtool make diffutils file gzip +RUN dnf -y install autoconf automake gcc libtool make diffutils file gzip awk # Add source code ADD . /src