diff --git a/enos/modules/test_e2e_docker/test.sh b/enos/modules/test_e2e_docker/test.sh index a9aea3a125..9935379db4 100755 --- a/enos/modules/test_e2e_docker/test.sh +++ b/enos/modules/test_e2e_docker/test.sh @@ -14,7 +14,8 @@ apt update # pass is used to store the auth token from `boundary authenticate`` # lsb-release is used for adding the hashicorp apt source # postgresql-client is used for postgres tests -apt install unzip pass lsb-release postgresql-client -y +# default-mysql-client is used for mysql tests +apt install unzip pass lsb-release postgresql-client default-mysql-client -y # Create a GPG key export KEY_PW=boundary