diff --git a/bin/rspec b/bin/rspec index 70f5f0e9..e3829331 100755 --- a/bin/rspec +++ b/bin/rspec @@ -12,7 +12,6 @@ cd $DIR/../ # always rebuild and include all GEMs docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec . # update all gems (this updates Gemfile.lock on the host) -touch $DIR/../Gemfile.lock docker run --rm -u root -v $DIR/../Gemfile.lock:/wpscan/Gemfile.lock --entrypoint "" wpscan:rspec bundle update # rebuild image with latest GEMs docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec .