Skip to content

Instantly share code, notes, and snippets.

@tedivm
Created September 2, 2021 20:22
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 tedivm/fc015be4b1fc0c435d6a78e907986de4 to your computer and use it in GitHub Desktop.
Save tedivm/fc015be4b1fc0c435d6a78e907986de4 to your computer and use it in GitHub Desktop.
Tiny Random Docker
FROM alpine
# Every build is unique
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment