Skip to content

Commit

Permalink
Add the workaround for kconfig colors in archlinux
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Oct 9, 2018
1 parent f72283d commit 21c0ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/docker/archlinux/Dockerfile
Expand Up @@ -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", "--" ]

0 comments on commit 21c0ab2

Please sign in to comment.