chirpstack-fuota-server icon indicating copy to clipboard operation
chirpstack-fuota-server copied to clipboard

make: go: Operation not permitted

Open shabaz-git opened this issue 4 years ago • 0 comments

Hi, I am trying to run following command to bring up chirpstack fuota server docker-compose run --rm chirpstack-fuota-server bash but it is getting failed with following errors:

Step 10/10 : RUN make dev-requirements
 ---> Running in d300d3fb99b5
go install github.com/rakyll/statik
make: go: Operation not permitted
make: *** [Makefile:36: dev-requirements] Error 127
ERROR: Service 'chirpstack-fuota-server' failed to build: The command '/bin/sh -c make dev-requirements' returned a non-zero code: 2

I am having go with version go1.15.2. Environment variables also look fine. Even I am able to install individual package using go install github.com/rakyll/statik without any error and able to see package as well. What might be the cause? Can anyone help?

Thanks

shabaz-git avatar Aug 19 '21 06:08 shabaz-git