Set environment variable ENV MAN_DISABLE_SECCOMP=1

- See https://bugs.archlinux.org/task/57557

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-08-26 21:48:40 +02:00
parent 81c7dbc3e3
commit a37db57b3c

View file

@ -8,6 +8,7 @@ RUN pacman -S --noconfirm make gcc
# Setup language environment
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8
ENV MAN_DISABLE_SECCOMP 1
# Setup timewarrior
ADD . /root/code/