mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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
@ -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…
x
Reference in New Issue
Block a user