Closed andreslucena closed 1 year ago
After #304 was merged, I thought we could build the electionguard docker images, but I found the same error with the certificates for gmplib.org
In this case, it wasn't enough with updating wget, but updating libgnutls28-dev made the trick. I found this package at gmplib.org mailing list
wget
libgnutls28-dev
For easing up these tests, I separated the build and push targets in the Makefile
Both of these commands should run without problems:
make build_electionguard_docker_base make build_electionguard_docker_pyodide
After #304 was merged, I thought we could build the electionguard docker images, but I found the same error with the certificates for gmplib.org
In this case, it wasn't enough with updating
wget
, but updatinglibgnutls28-dev
made the trick. I found this package at gmplib.org mailing listFor easing up these tests, I separated the build and push targets in the Makefile
Testing
Both of these commands should run without problems: