Set --user in docker run to avoid permission issues.
We were unable previously to write to the artifacts directory.
This commit is contained in:
parent
cf175c9752
commit
09f81c16c5
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue