cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Use wget instead of php to download #289

Closed djdefi closed 6 years ago

djdefi commented 6 years ago

Fixes #286

Should be able to specify your local proxy settings at build time:

docker build --build-arg HTTP_PROXY=foo ...