emux icon indicating copy to clipboard operation
emux copied to clipboard

build-emux-docker fails to `apk update` with permission denied

Open ethanwilloner opened this issue 2 years ago • 0 comments

./build-emux-docker ... ERROR [ 2/39] RUN apk update 0.4s

[ 2/39] RUN apk update: #5 0.247 ERROR: Unable to lock database: Permission denied #5 0.250 ERROR: Failed to open apk database: Permission denied

executor failed running [/bin/sh -c apk update]: exit code: 99

After poking around the build script, I found that removing DOCKER_BUILDKIT=1 from the docker build command fixed the issues. This was found on up to date Fedora 35 running podman.

ethanwilloner avatar May 18 '22 21:05 ethanwilloner