Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created April 30, 2025 20:22
Show Gist options
  • Save magickatt/3c37ecb4123f90c93690a753ff89881f to your computer and use it in GitHub Desktop.
Save magickatt/3c37ecb4123f90c93690a753ff89881f to your computer and use it in GitHub Desktop.
Containerfile for speedtest-cli
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