RyanEwen / lan-cache-docker

A super simple docker container to run a LAN cache for steam, origin, etc
78 stars 14 forks source link

It does not work anymore, the installation guide #24

Open hunterzog opened 5 years ago

hunterzog commented 5 years ago

Hello, install on two machines without any problem, that was a couple of months ago, but a day ago I wanted to update the disk to an SDD, and it was impossible to install as always, I attached an image of the error that came out . captura2

hunterzog commented 5 years ago

I answer myself, you have to use the previous version of alpine linux, how to do it, change in the folder docker-nginx in the file Dockerfile the version of alpine: lastet by alpine: 3.8, the same with the folder docker-sniproxy in the file Dockerfile the version of alpine: lastet by alpine: 3.8 Thanks Ryan. captura3

RyanEwen commented 5 years ago

Thanks for letting me know. I'll update the docker files

Vykyan commented 5 years ago

Just to let you know it's because the latest alpine linux uses GCC8, and nginx 1.13.6 doesn't compile with GCC8. If you update NGINX_VERSION to 1.15.9 it will compile and work fine :)