use ruby alpine image from now on

This commit is contained in:
Christian Mehlmauer
2017-04-21 19:40:25 +02:00
parent e186ec7534
commit 67ba526b5b
4 changed files with 42 additions and 37 deletions

View File

@@ -12,5 +12,5 @@ cd $DIR/../
if [[ -n "$WPSCAN_BUILD" ]]; then
docker build -q -t wpscan:git .
fi
docker run --rm -v $DIR/../:/wpscan wpscan:git "$@"
docker run -it --rm -v $DIR/../:/wpscan wpscan:git "$@"