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

Explicitly install python-3.6 #41

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

Conversation

golharam
Copy link

@golharam golharam commented Jan 3, 2020

apt-get install python3 installs python 3.5. Some of the packages I'm using require python 3.6, at a minimum.

@@ -1,6 +1,8 @@
FROM markadams/chromium-xvfb

RUN apt-get update && apt-get install -y \
ENV DEBIAN_FRONTEND noninteractive
Copy link

Choose a reason for hiding this comment

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

Thanks so much for the commit message. I was stuck on installing python3.6 on our docker image for a while and this commit saved me a couple of hours.

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