我有一个Dockerfile.构建映像时,构建会因此错误而失败:
automake: error: no 'Makefile.am' found for any configure output
Error build: The command [/bin/sh -c aclocal && autoconf && automake -a] returned a non-zero code: 1
Run Code Online (Sandbox Code Playgroud)
实际上是无害的.该库构建正常,但Docker一旦收到此错误就停止构建.有什么方法可以指示Docker忽略它吗?