Skip to content

Commit 5a9f467

Browse files
committed
Update radare2 build process to include 'make symstall'. Install net-tools
1 parent 110c03b commit 5a9f467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN apt-get install -y \
2727
python-pip \
2828
python3-pip \
2929
default-jdk \
30+
net-tools \
3031
nasm \
3132
vim \
3233
tmux \
@@ -83,7 +84,8 @@ RUN git clone https://github.com/radare/radare2.git /opt/radare2 && \
8384
cd /opt/radare2 && \
8485
git fetch --tags && \
8586
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
86-
./sys/install.sh
87+
./sys/install.sh && \
88+
make symstall
8789

8890
RUN git clone https://github.com/sashs/Ropper.git /opt/ropper && \
8991
cd /opt/ropper && \

0 commit comments

Comments
 (0)