diff --git a/test/alpine/entrypoint.sh b/test/alpine/entrypoint.sh index 1e27abb..b8848e5 100644 --- a/test/alpine/entrypoint.sh +++ b/test/alpine/entrypoint.sh @@ -2,4 +2,8 @@ set -e +echo "Pre Installed Softwares" + +echo "Bash : $(bash -v)" + sh ./test/shell-test.sh \ No newline at end of file