conifer
conifer copied to clipboard
docker-compose build bottle-cork not running
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
Commenting to follow, I'm getting the same error on an Ubuntu 16.04 physical server.