tiangolo / full-stack-fastapi-couchbase

Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
MIT License
441 stars 84 forks source link

Updated backend.dockerfile to work with new base image python:3.6 #20

Closed Gjacquenot closed 4 years ago

Gjacquenot commented 5 years ago

With a python:3.6 base image relying on Debian Buster and not Debian Stretch, the installation of couchbase failed. We referenced stretch whereas buster is expected with new python:3.6 base image

The error can be seen here

Gjacquenot commented 4 years ago

@tiangolo : I hope to see this PR integrated soon!

yevheniidehtiar commented 4 years ago

@tiangolo Up! Got deploy problem when try to use this project

tiangolo commented 4 years ago

Thanks for your contribution @Gjacquenot ! :rocket: :cake: