Updated dockerfile, fixed syntax errors

This commit is contained in:
JPyke3 2020-09-07 19:37:18 +10:00
parent 87a7cefd6c
commit 4ad634dad5
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ run_docker() {
# Docker command
docker run --privileged \
-v ~/manjaro-mbp-iso:/root/out \
-e KERNEL=$KERNEL
-e EDITION=$EDITION
--env KERNEL=$KERNEL\
--env EDITION=$EDITION\
jpyke3/mbp-manjaro-buildiso
}