Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,7 @@ RUN chmod 777 .
|
|
| 18 |
|
| 19 |
COPY ./requirements.txt /code/requirements.txt
|
| 20 |
RUN pip install --upgrade pip
|
|
|
|
| 21 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
| 22 |
|
| 23 |
RUN useradd -m -u 1000 user
|
|
|
|
| 18 |
|
| 19 |
COPY ./requirements.txt /code/requirements.txt
|
| 20 |
RUN pip install --upgrade pip
|
| 21 |
+
RUN pip install --upgrade setuptools
|
| 22 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
| 23 |
|
| 24 |
RUN useradd -m -u 1000 user
|