diff options
author | Alexey Neyman <stilor@att.net> | 2018-10-09 00:03:10 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-10-09 00:03:10 -0700 |
commit | 21c0ab272a08d77a23cbf75891923afcb8959310 (patch) | |
tree | b73fdc8ebe05c874c098c9502eb597579ea45bc3 /testing | |
parent | f72283d8b1a878ea65899cfc9dc2b71e2af1fc8b (diff) | |
download | crosstool-ng-21c0ab272a08d77a23cbf75891923afcb8959310.tar.gz crosstool-ng-21c0ab272a08d77a23cbf75891923afcb8959310.tar.bz2 crosstool-ng-21c0ab272a08d77a23cbf75891923afcb8959310.zip |
Add the workaround for kconfig colors in archlinux
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/docker/archlinux/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/docker/archlinux/Dockerfile b/testing/docker/archlinux/Dockerfile index 773cffd3..dd114b06 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", "--" ] |