mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-11 05:09:56 +00:00
Add the workaround for kconfig colors in archlinux
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
f72283d8b1
commit
21c0ab272a
@ -7,4 +7,5 @@ RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --noconfirm base-devel git help2man python unzip wget
|
||||
RUN wget -O /sbin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.1/dumb-init_1.2.1_amd64
|
||||
RUN chmod a+x /sbin/dumb-init
|
||||
RUN echo 'export MENUCONFIG_COLOR=mono' >> /etc/profile
|
||||
ENTRYPOINT [ "/sbin/dumb-init", "--" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user