diff --git a/root-packages/docker/build.sh b/root-packages/docker/build.sh index baeac1b58..3f0f9dab0 100644 --- a/root-packages/docker/build.sh +++ b/root-packages/docker/build.sh @@ -57,6 +57,7 @@ termux_step_make() { # apply some patches in a batch xargs sed -i "s_\(/etc/docker\)_${TERMUX_PREFIX}\1_g" < <(grep -R /etc/docker | cut -d':' -f1 | sort | uniq) + xargs sed -i 's_\(/run/docker/plugins\)_/data/docker\1_g' < <(grep -R '/run/docker/plugins' | cut -d':' -f1 | sort | uniq) xargs sed -i 's/[a-zA-Z0-9]*\.GOOS/"linux"/g' < <(grep -R '[a-zA-Z0-9]*\.GOOS' | cut -d':' -f1 | sort | uniq) # issue the build command