Fix w3af dockerfile
This commit is contained in:
parent
50fb92339f
commit
02d67901c8
|
@ -81,7 +81,7 @@ RUN pip install --upgrade pip \
|
||||||
tldextract==1.7.2 \
|
tldextract==1.7.2 \
|
||||||
esmre==0.3.1 \
|
esmre==0.3.1 \
|
||||||
bravado-core==5.12.1 \
|
bravado-core==5.12.1 \
|
||||||
subprocess32==3.5.4
|
subprocess32==3.5.4 \
|
||||||
&& npm install -g retire \
|
&& npm install -g retire \
|
||||||
&& rm -rf /root/.cache/pip \
|
&& rm -rf /root/.cache/pip \
|
||||||
&& apk del build-base linux-headers
|
&& apk del build-base linux-headers
|
||||||
|
|
Loading…
Reference in New Issue