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.
1 parent d9a5210 commit 3110b5eCopy full SHA for 3110b5e
Dockerfile
@@ -1,6 +1,8 @@
1
FROM python:3-alpine
2
3
COPY requirements.txt /
4
+RUN apk update && apk add python3-dev gcc libc-dev libffi-dev
5
+RUN python3 -m pip install --upgrade pip setuptools wheel
6
RUN pip install -r /requirements.txt
7
8
COPY Collectors /app
0 commit comments