From 21c0ab272a08d77a23cbf75891923afcb8959310 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 9 Oct 2018 00:03:10 -0700 Subject: Add the workaround for kconfig colors in archlinux Signed-off-by: Alexey Neyman diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index 773cffd..dd114b0 100644 --- a/testing/docker/archlinux/Dockerfile +++ b/testing/docker/archlinux/Dockerfile @@ -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", "--" ] -- cgit v0.10.2-6-g49f6