shlomiku / zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
https://github.com/shlomikushchi/zipline-trader
Apache License 2.0
315 stars 71 forks source link

Add apt upgrade in Dockerfile to fix old root certs #205

Closed mowoe closed 2 years ago

mowoe commented 2 years ago

The root certs seem to be outdated and therefore cant be used to download anything via ssl (see attached). The safest way to fix this is via a system upgrade, which will always ensure the ssl root certs being up to date.

SSL broken in build process