samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Dockerimage fails to build.

Chris44442 opened this issue · comments

The submodule's server certificate verification failed. I fixed it with:

RUN install_packages \
    apt-transport-https \
    ca-certificates
RUN update-ca-certificates

There is also PR #26 that may fix it.