This repository was archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
Broken docker build #19
Copy link
Copy link
Closed
Description
docker-compose up -d ✔
Building backend
Step 1/9 : FROM tiangolo/uvicorn-gunicorn-fastapi:python3.6
---> 71af2e82d548
Step 2/9 : RUN wget -O - http://packages.couchbase.com/ubuntu/couchbase.key | apt-key add -
---> Using cache
---> 8ac43f6bf52e
Step 3/9 : RUN echo "deb http://packages.couchbase.com/ubuntu stretch stretch/main" > /etc/apt/sources.list.d/couchbase.list
---> Using cache
---> 302582854baf
Step 4/9 : RUN apt-get update && apt-get install -y libcouchbase-dev libcouchbase2-bin build-essential
---> Running in 2d0088f6b501
Get:1 http://packages.couchbase.com/ubuntu stretch InRelease [3036 B]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
Get:4 http://packages.couchbase.com/ubuntu stretch/stretch/main amd64 Packages [1438 B]
Get:5 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
Get:7 http://security.debian.org/debian-security buster/updates/main amd64 Packages [99.2 kB]
Get:8 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
Fetched 8218 kB in 2s (4472 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcouchbase2-bin : Depends: libcouchbase2-libevent (= 2.10.3-1) but it is not going to be installed
Depends: libevent-core-2.0-5 (>= 2.0.10-stable) but it is not installable
E: Unable to correct problems, you have held broken packages.
ERROR: Service 'backend' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y libcouchbase-dev libcouchbase2-bin build-essential' returned a non-zero code: 100
mzalevski, holnburger, bozdoz and wilson-romero
Metadata
Metadata
Assignees
Labels
No labels