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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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