Skip to content

Commit 6ffee33

Browse files
committed
More toka comments
1 parent a17b448 commit 6ffee33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fuzzers/libafl/builder.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ RUN apt-get update && \
2424
apt-get install -y wget libstdc++5 libtool-bin automake flex bison \
2525
libglib2.0-dev libpixman-1-dev python3-setuptools unzip \
2626
apt-utils apt-transport-https ca-certificates joe curl && \
27-
wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 16 && \
28-
wget wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e33139999976332aa8e/raw/698ac2087d58ce5c7a6ad59adce58dbfdc32bd46/createAliases.sh && chmod u+x ./createAliases.sh && ./createAliases.sh
27+
wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 16
28+
29+
RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e33139999976332aa8e/raw/698ac2087d58ce5c7a6ad59adce58dbfdc32bd46/createAliases.sh && chmod u+x ./createAliases.sh && ./createAliases.sh
2930

3031
# Uninstall old Rust & Install the latest one.
3132
RUN if which rustup; then rustup self uninstall -y; fi && \

0 commit comments

Comments
 (0)