samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm
Do What The F*ck You Want To Public License
397 stars 36 forks source link

The Dockerimage fails to build. #29

Open Chris44442 opened 5 months ago

Chris44442 commented 5 months ago

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.