Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN python -m pip install --upgrade pip
|
|
| 27 |
RUN python -m ensurepip --upgrade
|
| 28 |
RUN python -m pip install --upgrade setuptools
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
RUN pipenv install
|
| 33 |
# RUN pipenv install --dev --ignore-pipfile
|
|
|
|
| 27 |
RUN python -m ensurepip --upgrade
|
| 28 |
RUN python -m pip install --upgrade setuptools
|
| 29 |
|
| 30 |
+
# RUN pipenv install pip==23.2.1
|
| 31 |
|
| 32 |
RUN pipenv install
|
| 33 |
# RUN pipenv install --dev --ignore-pipfile
|