bundle update

This commit is contained in:
Christian Mehlmauer
2017-09-04 20:01:19 +02:00
parent 523954e507
commit ad364e6a2e
2 changed files with 9 additions and 9 deletions

View File

@@ -9,4 +9,4 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
cd $DIR/../
docker run -it --rm -v "$DIR/../":/wpscan -w /wpscan ruby:2.4 bundle update
docker run -it --rm -v "$DIR/../":/wpscan -w /wpscan ruby:2.4 /bin/bash -c "gem install bundler; bundle update"