From 5409c0466afbd300423e7fb5078d9a1594e6aa7a Mon Sep 17 00:00:00 2001 From: R Huish Date: Mon, 27 Feb 2017 10:35:29 +0000 Subject: [PATCH] sudo required on Raspberry Pi build instructions (#2156) Elevated permissions are required to access the files. --- source/_docs/ecosystem/hadashboard/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/hadashboard/installation.markdown b/source/_docs/ecosystem/hadashboard/installation.markdown index 0fd3df48efc..4d1fe7ff258 100755 --- a/source/_docs/ecosystem/hadashboard/installation.markdown +++ b/source/_docs/ecosystem/hadashboard/installation.markdown @@ -60,7 +60,7 @@ By default, the docker instance should pick up your timezone but if you want to Raspberry pi needs to use a different docker build file so the build command is slightly different: ```bash -$ docker build -f Docker-raspi/Dockerfile -t hadashboard . +$ sudo docker build -f Docker-raspi/Dockerfile -t hadashboard . ``` Apart from that the other steps are identical.