mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-24 18:20:53 +00:00
4 lines
110 B
Docker
4 lines
110 B
Docker
FROM hoverbear/archlinux
|
|
RUN pacman -Syu --noconfirm
|
|
RUN pacman -S --noconfirm base-devel git help2man python
|