Skip to content

Commit

Permalink
updated docker deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaPoorsarvi committed Oct 1, 2024
1 parent 642f7f2 commit 157b11c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git && \
apt-get install -y gdb && \
apt-get install -y libcapstone-dev
apt-get install -y libcapstone-dev\
apt-get install -y slirp\
apt-get install -y libslirp0 libslirp-dev

RUN pip install capstone

Expand All @@ -89,7 +91,7 @@ RUN rm -f qemu-aarch64

RUN ./build cq ${DEBUG_MODE}

RUN ./build keenkraken
RUN ./build keenkraken ${DEBUG_MODE}
# Pooria Poorsarvi Tehrani: TODO knottykraken has not been tested with this
RUN ./build knottykraken ${DEBUG_MODE}

Expand Down

0 comments on commit 157b11c

Please sign in to comment.