Remove --privileged from docker

This commit is contained in:
Aidan Hobson Sayers 2017-07-07 15:01:29 +01:00
parent 30564181bf
commit f305647377
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ run() {
--volume `pwd`/target:/checkout/target \
--env CARGO_TARGET_DIR=/checkout/target \
--workdir /checkout \
--privileged \
libc \
ci/run.sh $1
}