sudo required on Raspberry Pi build instructions (#2156)
Elevated permissions are required to access the files.
This commit is contained in:
parent
b80d69c22c
commit
5409c0466a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue