Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ ENV PATH="/usr/service/venv/bin:$PATH"
|
|
15 |
# install python packages into virtual environment
|
16 |
COPY requirements.txt .
|
17 |
RUN pip install -r requirements.txt --no-cache-dir
|
|
|
18 |
RUN pip install pygco==0.0.16
|
19 |
|
20 |
# final stage
|
|
|
15 |
# install python packages into virtual environment
|
16 |
COPY requirements.txt .
|
17 |
RUN pip install -r requirements.txt --no-cache-dir
|
18 |
+
RUN pip install cython==0.29.21
|
19 |
RUN pip install pygco==0.0.16
|
20 |
|
21 |
# final stage
|