Hi Team,
I am trying to build the upstream-builder container image, but the build is failing with fatal error: linux/limits.h: No such file or directory.
unshare.c:21:10: fatal error: linux/limits.h: No such file or directory
21 | #include <linux/limits.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:57: bin/opm] Error 1
Error: building at STEP "RUN make static": while running runtime: exit status 2
To fix this, need to install linux-headers in upstream-builder.Dockerfile