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