Skip to content

Commit

Permalink
Installed kafka-python-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilijanek authored Apr 23, 2024
1 parent 74a5b54 commit ad64724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad64724

Please sign in to comment.