-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add a docker file #63
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added a few changes to make it compatible with latest version. This file works for me but I have not tested PostgreSQL support.
@Half-Shot I think this needs a master merged in -- there are conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get a cryptic docker networking error when trying to build the container which I believe is unrelated:
Sending build context to Docker daemon 153.2MB
Step 1/9 : FROM python:3.7-slim as builder
---> d7ee20941226
Step 2/9 : RUN apt-get update && apt-get install -y gcc git libpq-dev
---> Running in 468b9a3c4186
failed to create endpoint boring_ptolemy on network bridge: failed to add the host (vethebbff49) <=> sandbox (vethbe2b839) pair interfaces: operation not supported
So assuming it builds and starts for you, this PR looks good other than the small fixes below.
Bleh Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
No description provided.