Skip to content

Explicitly install python-3.6#41

Open
golharam wants to merge 2 commits into
atlassian:masterfrom
golharam:add_python36
Open

Explicitly install python-3.6#41
golharam wants to merge 2 commits into
atlassian:masterfrom
golharam:add_python36

Conversation

@golharam

@golharam golharam commented Jan 3, 2020

Copy link
Copy Markdown

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

FROM markadams/chromium-xvfb

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

Copy link
Copy Markdown

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