Dockerfile will not build: autoreconf: 'configure.ac' or 'configure.in' is required
mgeerling opened this issue · 0 comments
mgeerling commented
When running this repo's Dockerfile,
Step 6/12 : RUN autoreconf -ivf && ./configure && make && make install
---> Running in a9cb6fe6a909
autoreconf: 'configure.ac' or 'configure.in' is required
The command '/bin/sh -c autoreconf -ivf && ./configure && make && make install' returned a non-zero code: 1
ERROR
I can successfully build the image that is published as latest on Dockerhub. From some researching, it seems like autotools support may have been removed and that cmake
may need to be used instead, but I have not been able to get this to work either by manually modifying the Dockerfile