Skip to content

fix: remove duplicate python installation#111

Open
mchekalov wants to merge 1 commit intoNetcracker:mainfrom
mchekalov:fix/remove-duplicate-python-installation
Open

fix: remove duplicate python installation#111
mchekalov wants to merge 1 commit intoNetcracker:mainfrom
mchekalov:fix/remove-duplicate-python-installation

Conversation

@mchekalov
Copy link

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

There are two pythons are installed in Dockerfile:
/usr/local/bin/python3 → python3.13 (comes from base image)
/usr/bin/python3 → python3.12 (installed with apk add py3-yaml, not used)
After removing duplicate image size is smaller, fewer problems when updating or handling

Related Tickets & Documents

  • Related Issue #
  • Closes #

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Breaking Change checklist

If your PR includes any deployment or processing changes, please utilize this checklist:

  • Does it change any deployment parameters, logic of their working or rename them?
  • Did update from previous version tested with the same set of deployment parameters?

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any things to highlight or double check?

[optional] What gif best describes this PR or how it makes you feel?

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.

1 participant