conifer icon indicating copy to clipboard operation
conifer copied to clipboard

docker-compose build bottle-cork not running

Open brianmatthewthomas opened this issue 5 years ago • 1 comments

I am trying to do an initial setup and I keep getting an issue with bottle-cork, see message below. After getting this message I have installed bottle-cork separately using pip and that worked fine so I have no idea what is going on. Is it the version it is trying to pull? Should I modify the underlying build files to just ask for "pip install bottle-cork"? If so, which files need modification because my machine is not really finding the files?

I'm running ubuntu16.04 in a virtualbox vm. I've tried in 18.04 with the same results.

Step 5/11 : RUN pip install git+https://github.com/FedericoCeratto/bottle-cork.git@94d4017a4d1b0d20328e9283e341bd674df3a18a#egg=bottle-cork ---> Running in f9b5f31708cc Collecting bottle-cork from git+https://github.com/FedericoCeratto/bottle-cork.git@94d4017a4d1b0d20328e9283e341bd674df3a18a#egg=bottle-cork Cloning https://github.com/FedericoCeratto/bottle-cork.git (to revision 94d4017a4d1b0d20328e9283e341bd674df3a18a) to /tmp/pip-install-96an1q4s/bottle-cork fatal: unable to access 'https://github.com/FedericoCeratto/bottle-cork.git/': Could not resolve host: github.com Command "git clone -q https://github.com/FedericoCeratto/bottle-cork.git /tmp/pip-install-96an1q4s/bottle-cork" failed with error code 128 in None ERROR: Service 'warcserver' failed to build: The command '/bin/sh -c pip install git+https://github.com/FedericoCeratto/bottle-cork.git@94d4017a4d1b0d20328e9283e341bd674df3a18a#egg=bottle-cork' returned a non-zero code: 1 Thanks, Brian

brianmatthewthomas avatar Jul 03 '19 15:07 brianmatthewthomas

Commenting to follow, I'm getting the same error on an Ubuntu 16.04 physical server.

Geoffsc avatar Aug 06 '19 20:08 Geoffsc