mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
Docker: do not install llvm
Let the buildsystem build the toolchain. Fixes: WIFI-3487 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -5,8 +5,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
time git-core build-essential gcc-multilib clang \
|
time git-core build-essential gcc-multilib clang \
|
||||||
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python \
|
libncurses5-dev zlib1g-dev gawk flex gettext wget unzip python \
|
||||||
python3 python3-pip python3-yaml libssl-dev rsync llvm llvm-12 \
|
python3 python3-pip python3-yaml libssl-dev rsync \
|
||||||
clang-12 \
|
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
RUN git config --global user.email "you@example.com"
|
RUN git config --global user.email "you@example.com"
|
||||||
RUN git config --global user.name "Your Name"
|
RUN git config --global user.name "Your Name"
|
||||||
|
|||||||
Reference in New Issue
Block a user