-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose build failed #14
Comments
Encountering a similar/the same problem, here is the full output of
The problem seems to be somewhere with
A dirty fix for this would be downgrading to the specified version of libssl1.0.0, Step 3 of
This is definitely not a recommended way of fixing this and I am not even sure if this really fixes it (I am still encountering a few errors later in the build process) but at least it gets you half way through the building process. Edit: This does lead to problems when running the observatory:
so this really should just be seen as a way to continue the build process, not as a way to make it useable. |
Hi there,
When running the command
docker-compose build
, it's failed withERROR: Service 'ctobservatory' failed to build: The command '/bin/sh -c pip install -r /observatory/requirements.txt' returned a non-zero code: 1
, does anyone who knows what's going on? thanks.The text was updated successfully, but these errors were encountered: