dont switch users in dockerfile, use runuser instead

This commit is contained in:
Brian Seymour 2018-09-21 12:21:03 -05:00
parent fce8babb89
commit bdab24e810
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ docker run \
-v $dir/executors/cpp:/executor_cpp:ro \
-v $dir/executors/go:/executor_go:ro \
piston \
runuser -l runner -c '/$bin /$file $file 2>&1'
runuser -l runner -c "/$bin /$file $file 2>&1"
rm -f /tmp/$file