diff --git a/bin/build.sh b/bin/build.sh index 57d6649..1d827e0 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -13,6 +13,7 @@ recipes=" \ x86 \ musl \ armv6l \ + armv6l-pre16 \ x64-pointer-compression \ x64-usdt \ " diff --git a/recipes/armv6l/Dockerfile b/recipes/armv6l/Dockerfile index a5d0baf..b81f601 100644 --- a/recipes/armv6l/Dockerfile +++ b/recipes/armv6l/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update \ g++-8-multilib \ make \ python3 \ + python3-distutils \ ccache \ xz-utils