sudo required on Raspberry Pi build instructions (#2156)

Elevated permissions are required to access the files.
This commit is contained in:
R Huish 2017-02-27 10:35:29 +00:00 committed by Fabian Affolter
parent b80d69c22c
commit 5409c0466a

View File

@ -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: Raspberry pi needs to use a different docker build file so the build command is slightly different:
```bash ```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. Apart from that the other steps are identical.