mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 17:42:40 +00:00
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
|