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 fa9e196 commit a357d0f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_cmplog/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_ctx/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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

# LLVM

Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_explore/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_fast/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_laf/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_ngram4/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_ngram8/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_fuzzbench_weighted/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ RUN apt-get update && \
# for QEMU mode
ninja-build \
gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

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


# LLVM
Expand Down

0 comments on commit a357d0f

Please sign in to comment.