Lines Matching +full:arm +full:- +full:linux +full:- +full:gnueabihf +full:-
4 RUN apt update && apt upgrade -y && apt-get install -y \
5 build-essential \
14 device-tree-compiler \
17 gcc-aarch64-linux-gnu \
18 gcc-arm-linux-gnueabihf \
19 gcc-riscv64-linux-gnu \
20 gdb-multiarch \
24 libssl-dev \
25 lsb-release \
27 python3-pip \
28 python3-cryptography \
29 python3-pycodestyle \
30 python3-pycryptodome \
31 python3-pyelftools \
33 uuid-dev \
36 git-core \
37 git-man \
38 git-email \
42 openssh-client \
43 bash-completion
46 RUN useradd -ms /bin/bash optee
47 RUN echo "optee ALL=(ALL) NOPASSWD: ALL" | tee -a /etc/sudoers