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:
Igor Velkov 2022-05-23 16:57:28 +03:00 committed by GitHub
parent 32ea157fa5
commit 84d1e1772f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \