Setting up util-linux (2.27.1-6ubuntu3.8) ... Package util-linux is not configured yet.Errors were encountered while processing: systemd
E: Sub-process /usr
COPY app /bin 我的可执行app就是bash脚本: make -f /app/makefile $@ 当我试着跑的时候 docker run -v "`pwd`:/project" -it--rm my_image app 我得到以下错误: standard_init_linux.go:207: exec user process caused "exec format error"
make