Error 'X509_V_FLAG_CB_ISSUER_CHECK' while Recreating Docker Containers in ubuntu

Viewed 69

I'm using Ubuntu on windows 20.04.5 LTS, And Docker Desktop. I committed the following commands in the Ubuntu terminal ( i have updated my Docker File, and I wanted the changes to take effect ) :

  1. docker system prune -a
    

( before that I shut down the browser and postgrss containers on “docker desktop”)

  1. docker-compose -f docker-compose-LocalExecutor.yml up -d
    

I got this error message :

module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

Any idea on what can cause this error? thanks!

0 Answers
Related