Removes specs folder from Docker build

This commit is contained in:
Erwan
2020-04-13 16:21:17 +02:00
committed by GitHub
parent f6af6e5880
commit a9ff39104b

View File

@@ -13,6 +13,7 @@ RUN apk add --no-cache git libcurl ruby-dev libffi-dev make gcc musl-dev zlib-de
rm -rf /usr/local/bundle/cache
WORKDIR /wpscan
RUN rm -rf specs
RUN rake install --trace
# needed so non superusers can read gems