Skip to content

Commit

Permalink
Merge pull request #119 from MattKobayashi/speedtest
Browse files Browse the repository at this point in the history
Disable progress bar
  • Loading branch information
MattKobayashi authored Feb 13, 2024
2 parents 971074c + 64cb931 commit de653be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN apk --no-cache upgrade \
&& tar -xof ookla-speedtest-1.2.0-linux-x86_64.tgz

# Set entrypoint
ENTRYPOINT ["./speedtest", "--accept-license"]
ENTRYPOINT ["./speedtest", "--accept-license", "--progress=no"]

LABEL org.opencontainers.image.authors="MattKobayashi <[email protected]>"

0 comments on commit de653be

Please sign in to comment.