Added Python pip

Added packages python3-pip and python3-venv
This commit is contained in:
2026-03-19 15:13:54 +01:00 Verified
parent b0c348908e
commit 385933ea03
+2
View File
@@ -13,6 +13,8 @@ RUN apt-get update \
# Install Python
RUN apt-get install -y \
python3 \
python3-venv \
python3-pip \
python3-tk \
python-is-python3