also install bash

This commit is contained in:
Kevin Minehart
2023-06-08 11:42:05 -05:00
parent afa018762f
commit f60ea178c5
+1 -1
View File
@@ -43,7 +43,7 @@ def rgm_build(script = "drone_publish_main.sh"):
"image": "golang:1.20.3-alpine",
"commands": [
# the docker program is a requirement for running dagger programs
"apk update && apk add docker",
"apk update && apk add docker bash",
"export GRAFANA_DIR=$$(pwd)",
"cd rgm && ./scripts/{}".format(script),
],