Skip to content

Commit

Permalink
some old kernels wnat libelf-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke committed Mar 30, 2024
1 parent 0addde0 commit af53bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:24.04

RUN apt update && \
apt install -y git coccinelle build-essential python3 python3-pip python-is-python3 flex bison libelf1 && \
apt install -y git coccinelle build-essential python3 python3-pip python-is-python3 flex bison libelf1 libelf-dev && \
rm -rf /var/lib/apt/lists/*

RUN pip install pyzstd
Expand Down

0 comments on commit af53bb4

Please sign in to comment.