git clone https://github.com/jonywtf/tntgrpc.git
cd ./tntgrpc
./build.sh
Error: linux/futex.h No such file or directory
How to resolve issue:
edit .../tntgrpc/tntgrpc/Dockerfile
add "linux-headers" in to the line 10.
should be like this:
RUN set -x
&& apk add --no-cache --virtual .build-deps
git curl gcc g++ autoconf automake libtool make cmake
nodejs go lua-dev linux-headers
git clone https://github.com/jonywtf/tntgrpc.git
cd ./tntgrpc
./build.sh
Error: linux/futex.h No such file or directory
How to resolve issue:
edit .../tntgrpc/tntgrpc/Dockerfile
add "linux-headers" in to the line 10.
should be like this:
RUN set -x
&& apk add --no-cache --virtual .build-deps
git curl gcc g++ autoconf automake libtool make cmake
nodejs go lua-dev linux-headers