Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilijanek committed Apr 24, 2024
1 parent ad64724 commit da2d02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ 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 setup tools && pip install kafka-python-ng \
&& pip install --no-cache -U setuptools \
&& pip install kafka-python-ng \
&& pip install --no-cache -U parsedmarc==${PARSEDMARC_VERSION}
RUN adduser -D parsedmarc
USER parsedmarc

0 comments on commit da2d02c

Please sign in to comment.