Skip to content

Commit

Permalink
Makefile: avoid SELinux for making docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Mar 24, 2020
1 parent 9e4b756 commit 5ef5c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PANDOC ?= $(shell command -v pandoc 2>/dev/null)
ifeq "$(strip $(PANDOC))" ''
ifneq "$(strip $(DOCKER))" ''
PANDOC = $(DOCKER) run \
--security-opt label=disable \
-it \
--rm \
-v $(shell pwd)/:/input/:ro \
Expand Down

0 comments on commit 5ef5c78

Please sign in to comment.