We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9df94f commit 4bb509fCopy full SHA for 4bb509f
Dockerfile
@@ -9,7 +9,7 @@ RUN apt update && \
9
10
RUN apt build-dep -y linux || apt install -f
11
12
-RUN apt install -y libelf-dev libssl-dev bison flex bc
+RUN apt install -y libelf-dev libssl-dev bison flex bc libncurses-dev
13
14
RUN git clone https://github.com/pwndbg/pwndbg && \
15
cd pwndbg && \
0 commit comments