Open digitalshow opened 4 years ago
I tried yarn update
, it gave me transcript errors i couldn't solve.
I tried using an older alpine image, FROM alpine:3.8
, that way build succeeded. I then had to add RUN apk add ruby-full
and remove RUN gem install rdoc --no-document
to get solargraph to work again.
I tried building an image using the Dockerfile, it fails, I attached the complete output.
I'm not much into Node.js, yarn and docker so I have no idea where to start looking for the issue.