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