Add gcc-aarch64-linux-gnu into dockerfile (#3802)
to make possible build in docker without external toolkit on x64 builder
This commit is contained in:
parent
32ea157fa5
commit
84d1e1772f
@ -50,6 +50,7 @@ RUN apt-get update \
|
||||
fakeroot \
|
||||
flex \
|
||||
gawk \
|
||||
gcc-aarch64-linux-gnu \
|
||||
gcc-arm-linux-gnueabihf \
|
||||
gcc-arm-linux-gnueabi \
|
||||
gcc-arm-none-eabi \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user