FROM docker:cli RUN apk update && \ apk add --no-cache \ git \ tar \ zip \ unzip \ gzip \ bzip2 \ xz \ curl \ bash && \ rm -rf /var/cache/apk/*