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 ) :
-
docker system prune -a
( before that I shut down the browser and postgrss containers on “docker desktop”)
-
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!