mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +00:00
updated 20.04 Dockerfile
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#
|
||||
FROM ubuntu:focal
|
||||
LABEL "about"="travis image 4"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get -y install \
|
||||
automake \
|
||||
bison \
|
||||
@ -23,7 +24,7 @@ RUN apt-get update && apt-get -y install \
|
||||
wget \
|
||||
ca-certificates \
|
||||
libpixman-1-dev \
|
||||
gcc-7 gcc-7-plugin-dev libc++-7-dev \
|
||||
gcc-9 gcc-9-plugin-dev libc++-9-dev \
|
||||
findutils \
|
||||
libcmocka-dev \
|
||||
joe nano vim locate \
|
||||
|
Reference in New Issue
Block a user