Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 27, 2024
1 parent 16a9cd9 commit 1759c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM debian:12
WORKDIR /work

RUN apt update && apt install wget tar xz-utils git -y
RUN apt install -y build-essential flex bison libncurses-dev libelf-dev libssl-dev bc python3
RUN apt install -y build-essential flex bison \
libncurses-dev libelf-dev libssl-dev bc python3 dwarves

0 comments on commit 1759c6f

Please sign in to comment.