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 Dockerfile #23

Open
wants to merge 9 commits into
base: new
Choose a base branch
from
Open

Add Dockerfile #23

wants to merge 9 commits into from

Conversation

0xc0
Copy link

@0xc0 0xc0 commented Nov 4, 2020

This allows a reproducible environment, which can be used while the portability across different OSes is added.

FROM ubuntu:20.04
RUN \
apt-get update && \
apt-get upgrade -y && \

Choose a reason for hiding this comment

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

use ENV DEBIAN_FRONTEND=noninteractive for simplicity.

@@ -1,5 +1,5 @@
#!/bin/bash
repo='git@github.com:python/cpython.git'
repo='https://github.com/python/cpython.git'

Choose a reason for hiding this comment

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

This worth another PR :)

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.

2 participants