feat: add b3sum and b2sum testing packages
All checks were successful
continuous-integration/drone/push Build is passing

* planning on using BLAKE3 checksums instead of SHA512 checksums soon
This commit is contained in:
surtur 2020-06-24 03:27:26 +02:00
parent b5aaf023ce
commit c87a5eba6d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -18,6 +18,7 @@ RUN apk add --no-cache \
chromium-chromedriver \
xvfb \
bash
RUN apk add --no-cache b3sum b2sum --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN pip install --no-cache-dir \
robotframework \