The problem with `configure` file in the Docker image under Gitlab CI
问题 I am trying to build Aria2 in the docker image (CentOS 8). The local build of it (inside Docker/outside Docker) works fine. But a build in Gitlab CI with the SAME DOCKER IMAGE fails with an error: ./configure: line 13043: syntax error near unexpected token `libuv' ./configure: line 13043: `ARIA2_ARG_WITH(libuv)' I cat'ed this fragment of the configure file, it looks like: ... cat >>confdefs.h <<_ACEOF #define TARGET "$target" _ACEOF # Checks for arguments. ARIA2_ARG_WITH(libuv) ARIA2_ARG