Skip to content

Commit

Permalink
add awk to fedora42 image
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Feb 7, 2025
1 parent 60a3b3d commit 282378e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 282378e

Please sign in to comment.