Skip to content

Dockerfile: there is no python anymore, use python3#61

Open
spock wants to merge 1 commit intolukechilds:masterfrom
spock:patch-2
Open

Dockerfile: there is no python anymore, use python3#61
spock wants to merge 1 commit intolukechilds:masterfrom
spock:patch-2

Conversation

@spock
Copy link
Copy Markdown

@spock spock commented Dec 21, 2023

python is not a valid package name anymore, thus explicitly using python3

fixes #60

`python` is not a valid package name anymore, thus explicitly using `python3`
@Isak-Landin
Copy link
Copy Markdown

For clarity. Replacing this line:
RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev ninja-build

With this:
RUN apt-get -y install python3 python-is-python3 build-essential libglib2.0-dev libpixman-1-dev ninja-build

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.

Package python is not available, but is referred to by another package

2 participants