Skip to content

Commit 6ccd3cd

Browse files
authored
fixes archlinux docker image (#1206)
After we added `conf-radare2` dependency, the `bap` installation requires `radare2` to present in the system. Unfortunately, `opam-depext.1.1.3` doesn't properly support `archlinux`, so we have to install `radare2` manually.
1 parent 6f8b758 commit 6ccd3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/archlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /home/bap
1010

1111
RUN sudo pacman -S --noconfirm m4 git unzip make curl wget \
1212
diffutils patch make gcc pkgconfig llvm python2 \
13-
which clang \
13+
which clang radare2 \
1414
&& wget https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh \
1515
&& echo "" | sudo sh install.sh \
1616
&& opam init --comp=4.09.1 --disable-sandboxing --yes \

0 commit comments

Comments
 (0)