Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Jul 12, 2023
1 parent 4df0895 commit fa9e196
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_cmplog/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_ctx/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg

# LLVM

Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_explore/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_fast/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_laf/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_ngram4/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_ngram8/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down
3 changes: 2 additions & 1 deletion fuzzers/aflplusplus_fuzzbench_weighted/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN apt-get update && \
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
apt install lsb-release wget software-properties-common gnupg

RUN apt install lsb-release wget software-properties-common gnupg


# LLVM
Expand Down

0 comments on commit fa9e196

Please sign in to comment.