From 282378e673ae8a0239eb1ae2862c1b48d60b45b2 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Fri, 7 Feb 2025 15:28:14 +0000 Subject: [PATCH] add awk to fedora42 image --- .github/images/centos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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