mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-23 21:08:08 +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
|