We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f7304f + 3e75f2d commit a3c2cf1Copy full SHA for a3c2cf1
Dockerfile
@@ -4,6 +4,8 @@ WORKDIR /app
4
5
COPY requirements.txt ./
6
7
+RUN apk add build-base
8
+
9
RUN pip install --no-cache-dir -r requirements.txt
10
11
COPY . .
0 commit comments