Skip to content

Instantly share code, notes, and snippets.

@AnaTofuZ
Created October 17, 2021 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnaTofuZ/5ae4e4ca9d3c1c10884ee80948b46434 to your computer and use it in GitHub Desktop.
Save AnaTofuZ/5ae4e4ca9d3c1c10884ee80948b46434 to your computer and use it in GitHub Desktop.
speedtest.def
BootStrap: docker
From: debian:11-slim
%post
apt update -y && apt upgrade -y
apt install -y curl
curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash
apt install -y speedtest
%runscript
speedtest "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment