docs: add README.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Harton 2023-07-20 08:39:36 +12:00
parent 41568b0149
commit d07f15636b
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 4 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
This is a Docker container I use for installing tools using ASDF in CI environments.
It has a lot of stuff in it, you probably don't need it.

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -v
source ~/.asdf/asdf.sh
REQUIRED_PLUGINS=$(cat .tool-versions | cut -d \ -f 1)