From ad64724ac7216b3ff68c9c22c2f5be13d1178487 Mon Sep 17 00:00:00 2001 From: Kili Date: Tue, 23 Apr 2024 17:04:34 +0200 Subject: [PATCH] Installed kafka-python-ng --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fd3e07..d77ddf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk update && apk upgrade --available \ && rm -rf /var/cache/apk/* RUN pip install --no-cache --upgrade pip \ && pip install --no-cache -U wheel \ - && pip install --no-cache -U setuptools \ + && pip install --no-cache -U setup tools && pip install kafka-python-ng \ && pip install --no-cache -U parsedmarc==${PARSEDMARC_VERSION} RUN adduser -D parsedmarc USER parsedmarc