remp2020/remp

Failure while running install.sh

Closed this issue · 3 comments

The docker build is failing for the adminer service where yarn is being installed.

RUN curl -sL https://yarnpkg.com/install.sh | bash -

yarninstall

I've tried writing it into a file and then running it, which worked.

Hi, what OS are you on?

@rootpd I'm on Mac

Hi, we tried to do a clean Docker build on Mac and it worked without an error.

Based on the <!DOCTYPE html> I suspect that there was a connection error to the https://yarnpkg.com/install.sh which didn't download the latest Yarn but rather returned an HTML template with error page.

Please try to access https://yarnpkg.com/install.sh page from the host machine and maybe alter your firewall/antivirus settings if it doesn't work. (Eventhough I don't see a reason why this would be blocked or wouldn't work at all).

As this is out of our hands, I'm closing this up.