mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
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:
parent
81c7dbc3e3
commit
a37db57b3c
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue