标签: macos docker dockerfile apple-m1
在我的 M1 Mac 上,我尝试使用以下形式的命令构建 docker 映像:
docker build --pull --force-rm -t "xxx" -f "yyy" .
但是,在进入构建过程的几个步骤后,我收到错误:
#9 0.254 gcc: error: unrecognized command line option ‘-msse2’
我该如何解决这个问题?