Salus icon indicating copy to clipboard operation
Salus copied to clipboard

Getting curl: (60) server certificate verification failed error while trying to build the Salus docker image

Open shashwat-umass opened this issue 5 years ago • 1 comments

Hi I tried to build the docker image using the command sudo docker build --tag salus_image . but I am getting the server certificate verification error. Please let me know where is this going wrong. image

shashwat-umass avatar Oct 11 '20 23:10 shashwat-umass

Looks like a dependency fetching error. You can use a prebuilt image at registry.gitlab.com/salus/salus.

Or you can modify the Dockerfile to use whatever other means to install gdb 8.2.

Aetf avatar Jan 29 '21 22:01 Aetf