From e191c622b0d4f4f2f2107f4e5797050a1abb15df Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 19:14:28 +0100 Subject: [PATCH] helper for verification --- contrib/alpine/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/alpine/build.sh diff --git a/contrib/alpine/build.sh b/contrib/alpine/build.sh new file mode 100644 index 00000000..9ddf0e31 --- /dev/null +++ b/contrib/alpine/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash +# helper script to check the build is fine +docker run -it --rm -v $PWD:/build -w /build/contrib/alpine alpine sh -c 'apk add --upgrade abuild && adduser -D test && addgroup test abuild && su test -c "abuild-keygen && abuild -r"' \ No newline at end of file