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

Install official python 3.7 in Debian sources into docker-base-buster #4603

Merged
merged 2 commits into from
May 17, 2020

Conversation

qiluo-msft
Copy link
Collaborator

Fixed #4531
Install official python 3.7 in Debian sources into docker-base-buster, no need to install in derived docker images. Same disk usage.

Verified all the python3 packages in docker-snmp-sv2 are installed and removed during docker build.

Unpacking libpython3.7:amd64 (3.7.3-2+deb10u1) ...
Unpacking libpython3.7-dev:amd64 (3.7.3-2+deb10u1) ...
Unpacking libpython3-dev:amd64 (3.7.3-1) ...
Unpacking python3.7-dev (3.7.3-2+deb10u1) ...
Unpacking python3-dev (3.7.3-1) ...
Removing python3-dev (3.7.3-1) ...
Removing python3.7-dev (3.7.3-2+deb10u1) ...
Removing libpython3-dev:amd64 (3.7.3-1) ...
Removing libpython3.7-dev:amd64 (3.7.3-2+deb10u1) ...
Removing libpython3.7:amd64 (3.7.3-2+deb10u1) ...

@lguohan
Copy link
Collaborator

lguohan commented May 17, 2020

retest vsimage please

@lguohan lguohan merged commit af95d57 into sonic-net:master May 17, 2020
@qiluo-msft qiluo-msft deleted the qiluo/pythonbase branch May 17, 2020 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buster has official python 3.7 support
3 participants