Skip to content

Commit

Permalink
dockerfile: remove urllib3 workaround
Browse files Browse the repository at this point in the history
The correct version now comes from syslog-ng's requirements.txt.

Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Dec 15, 2023
1 parent 7c70f6c commit 86ec194
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ RUN [ $DEBUG = false ] || apk add -U --upgrade --no-cache \
vim \
musl-dbg

RUN /var/lib/syslog-ng-venv/bin/pip install -U urllib3==1.26.18

EXPOSE 514/udp
EXPOSE 601/tcp
EXPOSE 6514/tcp
Expand Down

0 comments on commit 86ec194

Please sign in to comment.