Skip to content

Commit 4bb509f

Browse files
Update Dockerfile
1 parent e9df94f commit 4bb509f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt update && \
99

1010
RUN apt build-dep -y linux || apt install -f
1111

12-
RUN apt install -y libelf-dev libssl-dev bison flex bc
12+
RUN apt install -y libelf-dev libssl-dev bison flex bc libncurses-dev
1313

1414
RUN git clone https://github.com/pwndbg/pwndbg && \
1515
cd pwndbg && \

0 commit comments

Comments
 (0)