nkanaev / yarr

yet another rss reader
MIT License
3.02k stars 225 forks source link

Compilation docker error : make: /bin/sh: Operation not permitted #70

Closed citronbleuv closed 3 years ago

citronbleuv commented 3 years ago

Hello,

I'm trying to run : docker build -t yarr . on my ubuntu server

But I have this error : image

I tryed to put chmod -R 777 . on the folder to test. And I have the same error. Do you have an idea of the issue ?

Nice tool

nkanaev commented 3 years ago

sorry, can't help you with that.

mxk1235 commented 3 years ago

modify dockerfile to run from golang:alpine3.13 to unblock