Skip to content
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 installation with Compose doesn't work following README #296

Closed
lpulley opened this issue Oct 29, 2019 · 3 comments
Closed

Docker installation with Compose doesn't work following README #296

lpulley opened this issue Oct 29, 2019 · 3 comments

Comments

@lpulley
Copy link

lpulley commented Oct 29, 2019

Hi all!

I've been trying to install Hawkpost with Docker Compose following the instructions in the README but I'm having issues. The build doesn't seem to be installing pipenv correctly and I'm getting the following:

Step 8/11 : RUN pipenv install --dev
 ---> Running in e677cf55a8e8 
Warning: Python 3.6 was not found on your system… 
You can specify specific versions of Python with: 
  $ pipenv --python path/to/python
The command '/bin/sh -c pipenv install --dev' returned a non-zero code: 1

Is Docker installation actively supported for Hawkpost?

@dethos
Copy link
Collaborator

dethos commented Oct 29, 2019

@lpulley We have an open PR that fixes that issue. Basically the Dockerfile does not set a specific python 3 version. At the time it worked because the last version was 3.6, but nowadays it fetches python:3.7 image and the version set on the Pipfile is not available on the image.

If you can't wait for @pjaneiro to merge the PR, you just need to make this one line change to solve your issue.

@pjaneiro
Copy link
Member

Closing this since #295 was merged in the meantime

@lpulley
Copy link
Author

lpulley commented Nov 4, 2019

Just saw this @dethos. Thanks much for the quick response! I'll give this another go ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants