mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM ubuntu:xenial
|
|
|
|
WORKDIR /AFLplusplus
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y make gcc g++ xz-utils curl wget clang zlib1g-dev |