Added Python pip
Added packages python3-pip and python3-venv
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user