Set --user in docker run to avoid permission issues.

We were unable previously to write to the artifacts directory.
This commit is contained in:
John MacFarlane 2021-03-06 17:03:36 -08:00
parent cf175c9752
commit 09f81c16c5

View file

@ -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 \