commit | c38ff89fb17401bef89bfc5a1193409dcf6894b7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 15:31:09 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 08947f86a4b7b45e53c9f52fa36626a01b3dfc33 | |
parent | 124a9bcf8337b4a04931400f0b8c785c76b2334e [diff] |
ci: install uuidgen
diff --git a/molecule/default/tools/install-dependencies b/molecule/default/tools/install-dependencies index 6477a1b..83903f1 100755 --- a/molecule/default/tools/install-dependencies +++ b/molecule/default/tools/install-dependencies
@@ -1,5 +1,10 @@ #!/bin/sh -e +# Install software dependencies +if [ -f /etc/alpine-release ]; then + apk add uuidgen +fi + # Generate image tag file IMAGE_TAG_FILE="${MOLECULE_EPHEMERAL_DIRECTORY}/image"