Skip to content

Commit

Permalink
Makefile: ignoring selinux for making the docs ..
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Dec 19, 2019
1 parent a2cd512 commit 2b0c428
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 @@ -13,6 +13,7 @@ ifeq "$(strip $(PANDOC))" ''
PANDOC = $(DOCKER) run \
-it \
--rm \
--security-opt='label=disable' \
-v $(shell pwd)/:/input/:ro \
-v $(shell pwd)/$(OUTPUT_DIRNAME)/:/$(OUTPUT_DIRNAME)/ \
-u $(shell id -u) \
Expand Down

0 comments on commit 2b0c428

Please sign in to comment.