Commit 57be8e25 authored by pablo's avatar pablo
Browse files

add perl utils to use shasum in alpine

parent 0a2c0b15
Showing with 1 addition and 1 deletion
+1 -1
FROM docker:dind
# hadolint ignore=DL3018
RUN apk update && \
apk add --no-cache xorriso git xz curl ca-certificates iptables cpio bash \
apk add --no-cache xorriso git xz curl ca-certificates iptables cpio bash perl-utils \
docker-compose && \
rm -rf /var/cache/apk/*
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment