remove unneeded statement

This commit is contained in:
Christian Mehlmauer
2017-04-12 20:26:47 +02:00
parent 8170390f92
commit 23ef1e75b3

View File

@@ -12,7 +12,6 @@ cd $DIR/../
# always rebuild and include all GEMs # always rebuild and include all GEMs
docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec . docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec .
# update all gems (this updates Gemfile.lock on the host) # 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 docker run --rm -u root -v $DIR/../Gemfile.lock:/wpscan/Gemfile.lock --entrypoint "" wpscan:rspec bundle update
# rebuild image with latest GEMs # rebuild image with latest GEMs
docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec . docker build --build-arg "BUNDLER_ARGS=--system --jobs=8" -t wpscan:rspec .