We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52c0fb3 + c7514b1 commit c5eb0ddCopy full SHA for c5eb0dd
Dockerfile
@@ -3,8 +3,8 @@ FROM python:3.9-slim as py
3
FROM py as build
4
5
RUN apt update && apt install -y g++
6
-COPY requirements.min.txt /
7
-RUN pip install --prefix=/inst -U -r /requirements.min.txt
+COPY requirements.txt /
+RUN pip install --prefix=/inst -U -r /requirements.txt
8
9
FROM py
10
0 commit comments