Skip to content

Commit 5ef5c78

Browse files
committed
Makefile: avoid SELinux for making docs
Signed-off-by: Vincent Batts <[email protected]>
1 parent 9e4b756 commit 5ef5c78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PANDOC ?= $(shell command -v pandoc 2>/dev/null)
77
ifeq "$(strip $(PANDOC))" ''
88
ifneq "$(strip $(DOCKER))" ''
99
PANDOC = $(DOCKER) run \
10+
--security-opt label=disable \
1011
-it \
1112
--rm \
1213
-v $(shell pwd)/:/input/:ro \

0 commit comments

Comments
 (0)