Install clang into the OSDK docker image
This commit is contained in:
parent
cdd7950d2e
commit
e1870fde9a
|
|
@ -125,6 +125,7 @@ FROM build-base AS rust
|
|||
# Install all OSDK dependent packages
|
||||
RUN apt update \
|
||||
&& apt install -y \
|
||||
clang \
|
||||
curl \
|
||||
gdb \
|
||||
grub-efi-amd64 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue