Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgr authored Nov 16, 2021
1 parent 5e373b8 commit 75658e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/telegraf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./bin/entrypoint.sh /entrypoint.sh

RUN apt-get update && apt-get install -y --no-install-recommends \
mtr=0.92-2 \
speedtest-cli=2.0.2-1+deb10u1 && \
speedtest-cli=2.0.2-1+deb10u2 && \
rm -rf /var/lib/apt/lists/* && \
usermod -G video telegraf

Expand Down

1 comment on commit 75658e0

@aburgr
Copy link
Author

@aburgr aburgr commented on 75658e0 Nov 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The speedtest-cli is aborting on my side with this error:
https://unix.stackexchange.com/questions/644442/speedtest-cli-valueerror-invalid-literal-for-int-with-base-10

To fix this I bumped up the version to use this fix:
sivel/speedtest-cli@cadc68

Please sign in to comment.