frr/docker/alpine
Donatas Abraitis 3f7cc3b7f5 docker: Do not use pip Python package manager
Alpine Linux gets this with 3.19:

This is already installed with `pytest` via apk package manager.

```
15 78.20 error: externally-managed-environment
15 78.20
15 78.20 × This environment is externally managed
15 78.20 ╰─>
15 78.20     The system-wide python installation should be maintained using the system
15 78.20     package manager (apk) only.
15 78.20
15 78.20     If the package in question is not packaged already (and hence installable via
15 78.20     "apk add py3-somepackage"), please consider installing it inside a virtual
15 78.20     environment, e.g.:
15 78.20
15 78.20     python3 -m venv /path/to/venv
15 78.20     . /path/to/venv/bin/activate
15 78.20     pip install mypackage
15 78.20
15 78.20     To exit the virtual environment, run:
15 78.20
15 78.20     deactivate
15 78.20
15 78.20     The virtual environment is not deleted, and can be re-entered by re-sourcing
15 78.20     the activate file.
15 78.20
15 78.20     To automatically manage virtual environments, consider using pipx (from the
15 78.20     pipx package).
15 78.20
15 78.20 note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-03-09 09:33:40 +02:00
..
libyang docker: Use libyang 2.1.128 for Alpine builds 2024-03-09 09:33:00 +02:00
Dockerfile docker: Do not use pip Python package manager 2024-03-09 09:33:40 +02:00
Dockerfile-coverage unit tests: support code coverage instrumentation and reports 2018-07-04 11:06:11 -07:00
build.sh docker: Keep and copy .apk files after they are built 2022-09-20 23:23:55 +03:00
docker-start docker: update alpine build enable set own version 2022-01-04 13:14:51 -05:00