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

@@ -10,5 +10,5 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
cd $DIR/../
docker build -q -t wpscan:git .
docker run --rm wpscan:git "$@"
docker run -it --rm wpscan:git "$@"