shasum
Calculate SHA cryptographic checksums. More information: <https://manned.org/shasum>.
RUN apt-get update && \
apt-get install -y libdigest-sha-perl
RUN apt-get update && \
apt-get install -y libdigest-sha-perl
RUN apk add perl
RUN pacman -S --noconfirm perl
RUN apt-get update && \
apt-get install -y libdigest-sha-perl
RUN dnf install -y perl-Digest-SHA-1
RUN apt-get update && \
apt-get install -y libdigest-sha-perl