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 python2 to base image #132

Merged
merged 1 commit into from
Aug 4, 2021
Merged

Conversation

joeyparrish
Copy link
Contributor

Since GitHub Actions environments include python2, this improves
compatibility for the docker image.

Closes #129

Since GitHub Actions environments include python2, this improves
compatibility for the docker image.
@myoung34 myoung34 merged commit 0082468 into myoung34:master Aug 4, 2021
joeyparrish added a commit to joeyparrish/docker-github-actions-runner that referenced this pull request Aug 4, 2021
It turns out that the "python2" package in Ubuntu doesn't touch
/usr/bin/python.  To get /usr/bin/python pointing to /usr/bin/python2,
you are supposed to install the "python" package.  I didn't realize this
when I made PR myoung34#132, and I didn't test thoroughly enough with my own
workflows to realize my mistake.

This corrects the package name to "python", making python2 the default.
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.

Failures with both /usr/bin/python and /usr/bin/env python
2 participants