diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | FROM python:3.7.0 as builder | 1 | FROM python:3.8.0 as builder |
2 | 2 | ||
3 | LABEL maintainer=clarkzjw<[email protected]> | 3 | LABEL maintainer=clarkzjw<[email protected]> |
4 | 4 | ||
5 | RUN pip install virtualenv | 5 | RUN pip install virtualenv setuptools==45 |
6 | 6 | ||
7 | COPY requirements.txt /app/requirements.txt | 7 | COPY requirements.txt /app/requirements.txt |
8 | 8 | ||