mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
fix install/update error ' No build stage in current context' for Step 3 (#1017)
fix install/update error 'No build stage in current context' for Step 3
This commit is contained in:
parent
0bccdb6fb1
commit
42077bdeeb
@ -109,6 +109,9 @@ To do this, we will need to update our files as follows:
|
||||
Add to your `Dockerfile` before `RUN`:
|
||||
|
||||
```dockerfile
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Install requirements for add-on
|
||||
RUN apk add --no-cache python3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user