Created
April 30, 2025 20:22
-
-
Save magickatt/3c37ecb4123f90c93690a753ff89881f to your computer and use it in GitHub Desktop.
Containerfile for speedtest-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:3.13-slim-bookworm | |
RUN pip install speedtest-cli | |
ENTRYPOINT ["speedtest-cli"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment