Update 15-04-2020
I have now executed the same file not on my windows system but on my linux environment which also has docker. This is running debian 9.12 and Docker version 19.03.8. Also on this system the build is completed successfully. Yesterday I started it again on docker-hub and again same error.
i am also having build issues with docker hub, if i build locally on linux (slackware) using Docker version 19.03.5, build 633a0ea838 i have no issue, if i attempt to build on docker hub then i get an issue with makepkg and working directory:-
snippet:-
e[91m==> WARNING: Using existing $srcdir/ tree
e[0m
==> Starting build()...
e[91mls: cannot access '.': Operation not permitted
configure: error: working directory cannot be determined
e[0m
e[91m==> ERROR: A failure occurred in build().
Error making: makemkv
no idea where to go from here, it started happening around 4-5 days ago.
Locally it builds without any hiccups using Docker CE 19.03.9 and Podman 1.9.3. In Docker Hub I got:
Making all in NGStreams ...
./configure
e[91mls: cannot access '.': Operation not permitted
e[0m
e[91mconfigure: error: working directory cannot be determined
e[0m
e[91mmake[2]: *** [GNUmakefile.postamble:9: config.status] Error 2
the issue is statx which has been updated as part of coreutils, currently if you want to build using docker hub infrastructure the only workaround is to rollback the version of coreutils package (confirmed working)