From 301eb6937e548594e40bd83411fe5004ca8266eb Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 12 Feb 2020 18:20:18 -0800 Subject: [PATCH] Add pre_build hook back to Docker Hubv --- hooks/pre_build | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 hooks/pre_build diff --git a/hooks/pre_build b/hooks/pre_build new file mode 100755 index 0000000..e76a49a --- /dev/null +++ b/hooks/pre_build @@ -0,0 +1,4 @@ +#!/bin/bash +set -ex + +docker run --rm --privileged multiarch/qemu-user-static:register --reset