docker armV7 apk add: script exited with error 127
The hardware platform I use is Cortex-A7.
The image I pulled is alpine:latest, and setup build-base by used "apk --no-cache add build-base".
When I want to install mosquitto inside the container, The system reported an error
I want to fix the error with “apk fix”, but the error is still reported
/usr/local # apk add mosquitto
fetch http://mirrors.aliyun.com/alpine/v3.12/main/armv7/APKINDEX.tar.gz
fetch http://mirrors.aliyun.com/alpine/v3.12/community/armv7/APKINDEX.tar.gz
2 errors; 173 MiB in 55 packages
/usr/local # apk fix
(1/2) Reinstalling busybox (1.31.1-r19)
Executing busybox-1.31.1-r19.post-upgrade
ERROR: busybox-1.31.1-r19.post-upgrade: script exited with error 127
(2/2) Reinstalling ca-certificates (20191127-r4)
Executing busybox-1.31.1-r19.trigger
ERROR: busybox-1.31.1-r19.trigger: script exited with error 127
Executing ca-certificates-20191127-r4.trigger
ERROR: ca-certificates-20191127-r4.trigger: script exited with error 127
1 error; 173 MiB in 55 packages
I want to know how to fix this problem and how to get the error log of apk installation