Skip to content

Commit

Permalink
feat: add libclang-dev to the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Apr 12, 2024
1 parent a6e52f1 commit fe77460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV BUILD_BASE "/tmp/build"
RUN \
apt-get update && \
apt-get install --no-install-recommends -y \
build-essential autoconf automake libtool libtool-bin autotools-dev \
build-essential autoconf automake libtool libtool-bin autotools-dev libclang-dev \
git make pkg-config patchutils gawk bison flex ca-certificates gnupg \
device-tree-compiler libmpc-dev libmpfr-dev libgmp-dev rsync cpio \
libusb-1.0-0-dev texinfo gperf bc zlib1g-dev libncurses-dev \
Expand Down

0 comments on commit fe77460

Please sign in to comment.