mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
b04bd52270
Needed by android sample. Signed-off-by: Alexey Neyman <stilor@att.net>
4 lines
116 B
Docker
4 lines
116 B
Docker
FROM hoverbear/archlinux
|
|
RUN pacman -Syu --noconfirm
|
|
RUN pacman -S --noconfirm base-devel git help2man python unzip
|