From c87a5eba6d2694aa5c71eae5e863b2e742be1a61 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 24 Jun 2020 03:27:26 +0200 Subject: [PATCH] feat: add b3sum and b2sum testing packages * planning on using BLAKE3 checksums instead of SHA512 checksums soon --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ad78aa6..4a442ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \