Skip to content

Commit

Permalink
maia-sdr-devel: add libclang
Browse files Browse the repository at this point in the history
Add libclang, which is needed to build the aws-lc-sys Rust crate.

Signed-off-by: Daniel Estévez <daniel@destevez.net>
  • Loading branch information
daniestevez committed Nov 19, 2024
1 parent 4aa0193 commit 6dbfbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maia-sdr-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update \
zip unzip dfu-util fakeroot u-boot-tools device-tree-compiler mtools \
bison flex libncurses5-dev libssl-dev bc cpio rsync cmake \
libgtk-3-0 xz-utils libgmp-dev libmpc-dev lz4 pkg-config \
libclang-dev \
&& wget http://launchpadlibrarian.net/666971015/libtinfo5_6.3-2ubuntu0.1_amd64.deb \
&& dpkg -i libtinfo5_6.3-2ubuntu0.1_amd64.deb \
&& rm -f libtinfo5_6.3-2ubuntu0.1_amd64.deb \
Expand Down

0 comments on commit 6dbfbdb

Please sign in to comment.