xqdoo00o / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
648 stars 129 forks source link

adding CA certificates #49

Closed maxduke closed 4 months ago

maxduke commented 4 months ago

With the docker image built from the current Dockerfile, you get the error "x509: certificate signed by unknown authority". This is because the base image is "scratch", which is too lean and missing some basic components.