aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c112d66d..af5b755cc 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ checkdocs:
debpkg: man/pandoc.1
docker run -v `pwd`:/mnt \
-v `pwd`/linux/artifacts:/artifacts \
+ --user $(id -u):$(id -g) \
-e REVISION=$(REVISION) \
-w /mnt \
--memory=0 \