fffiloni commited on
Commit
2e0aa1f
·
verified ·
1 Parent(s): 8864a7f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -39,6 +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
  && rm -rf /var/lib/apt/lists/*
43
 
44
  # 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 1 \
43
  && rm -rf /var/lib/apt/lists/*
44
 
45
  # Verify Python and pip versions