mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
Include cmake and meson in the Dockerfile
The README contains an examples how afl can be used with cmake, but cmake is not included in the Dockerfile. Thus, when running afl using docker, one cannot invoke cmake from within the container. This commit adds cmake and meson to the list of packages in the Dockerfile that are installed when the docker image is generated.
This commit is contained in:
parent
773baf9391
commit
042da82f6c
@ -16,6 +16,8 @@ env NO_ARCH_OPT 1
|
||||
RUN apt-get update && \
|
||||
apt-get -y install --no-install-suggests --no-install-recommends \
|
||||
automake \
|
||||
cmake \
|
||||
meson \
|
||||
ninja-build \
|
||||
bison flex \
|
||||
build-essential \
|
||||
|
Loading…
x
Reference in New Issue
Block a user