Remove afl tarfile
This commit is contained in:
parent
efc0c081ae
commit
0a29f55c67
@ -53,6 +53,7 @@ USER user
|
|||||||
# Install AFL
|
# Install AFL
|
||||||
RUN wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz \
|
RUN wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz \
|
||||||
&& tar -xzvf afl-latest.tgz \
|
&& tar -xzvf afl-latest.tgz \
|
||||||
|
&& rm -rf afl-latest.tgz \
|
||||||
&& cd afl-2.52b/ \
|
&& cd afl-2.52b/ \
|
||||||
&& make \
|
&& make \
|
||||||
&& sudo make install
|
&& sudo make install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user