Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
|
|
39 |
python3.9-distutils \
|
40 |
python3.9-dev \
|
41 |
&& update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 \
|
42 |
-
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1 \
|
43 |
&& rm -rf /var/lib/apt/lists/*
|
44 |
|
45 |
# Verify Python and pip versions
|
|
|
39 |
python3.9-distutils \
|
40 |
python3.9-dev \
|
41 |
&& update-alternatives --install /usr/bin/python python /usr/bin/python3.9 1 \
|
42 |
+
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3.9 1 \
|
43 |
&& rm -rf /var/lib/apt/lists/*
|
44 |
|
45 |
# Verify Python and pip versions
|