This commit is contained in:
Christian Mehlmauer
2018-05-08 07:50:32 +02:00
parent 1499b07176
commit 7e9a4168ff
2 changed files with 13 additions and 13 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 /bin/bash -c "gem install bundler; bundle update"
docker run --rm -v "$DIR/../":/usr/src/app -w /usr/src/app ruby:2.5-alpine /bin/sh -c "gem install bundler; bundle lock --update"