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

Add in a Dockerfile #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

paultag
Copy link

@paultag paultag commented Dec 28, 2015

To be used like:

File: Dockerfile

FROM: alexgaynor/tls-cal

With a config.yml in the same directory. That can be built, and run.

To be used like:

File: Dockerfile
```
FROM: alexgaynor/tls-cal
```

With a config.yml in the same directory. That can be built, and run.
@@ -0,0 +1,15 @@
FROM debian:stretch
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to prefer this over a python specific base image?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really, just picked it because that's mostly what we settled on for most of the docker library images

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is we in this sentence?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the docker library maintainers :)

@paultag
Copy link
Author

paultag commented Dec 28, 2015

Erm, hold on merging this, I spotted yaml.h not being installed

@paultag
Copy link
Author

paultag commented Dec 28, 2015

@alex changes made

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

Successfully merging this pull request may close these issues.

None yet

2 participants