Closed killswitch-GUI closed 4 years ago
I had the same error so I looked into backend/backend.dockerfile
. In line 5 change the line to
RUN echo "deb http://packages.couchbase.com/ubuntu bionic bionic/main" > /etc/apt/sources.list.d/couchbase.list
(or respectively to your used ubuntu version) It was a pretty old repo in there.
@killswitch-GUI , @holnburger , @tiangolo , I met the same problem yesterday. I have proposed a pull request to fix this. It looks for the correct os name and download the corresponding couchbase version.
Hi,
I've created another PR, integrating this PR and the fixes from full-stack-fastapi-postgresql/pull/86.
cheers, Thomas
@tehtbl do you know when this will be fixed?
Thanks for the discussion here!
The PR fixing it is now in master
, so this should be fixed now.
May we close this issue @killswitch-GUI ?
@tiangolo yes thanks so much for the awesome project!