Skip to content

Commit

Permalink
chore(docker): update IPQuality Dockerfile to use netcat-openbsd and …
Browse files Browse the repository at this point in the history
…iproute2

Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean committed Feb 20, 2025
1 parent f337b0a commit 81ba5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/IPQuality/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest

RUN apk update && apk add bash curl jq bc netcat dnsutils iproute
RUN apk update && apk add bash curl jq bc netcat-openbsd iproute2

CMD ["bash", "-c", "bash <(curl -Ls IP.Check.Place)"]

0 comments on commit 81ba5a3

Please # to comment.