Skip to content

Commit 3110b5e

Browse files
committed
Update Dockerfile for it to work with stomp.py dependencies
1 parent d9a5210 commit 3110b5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM python:3-alpine
22

33
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
46
RUN pip install -r /requirements.txt
57

68
COPY Collectors /app

0 commit comments

Comments
 (0)