ptargrep
Find regular expression patterns in one or more tar archive files. More information: <https://manned.org/ptargrep>.
RUN apt-get update && \
apt-get install -y perl
RUN apt-get update && \
apt-get install -y perl
RUN apk add perl
RUN pacman -S --noconfirm perl
RUN apt-get update && \
apt-get install -y perl
RUN yum install -y perl-Archive-Tar
RUN dnf install -y perl-Archive-Tar
RUN apt-get update && \
apt-get install -y perl