From 6f44ee6d6c2f8c112dae49fcb2468de21dbe3f98 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 15 Apr 2018 16:38:20 +0200 Subject: [PATCH] Update enter.sh --- scripts/enter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/enter.sh b/scripts/enter.sh index 46195aaf5..0be4cb7ed 100755 --- a/scripts/enter.sh +++ b/scripts/enter.sh @@ -1,3 +1,3 @@ #!/bin/bash docker build -t hassbuildroot . -docker run -it --rm -v "$(pwd):/build" hassbuildroot /bin/bash +docker run -it --rm --privileged -v "$(pwd):/build" hassbuildroot bash