Update Dockerfile
This commit is contained in:
parent
0f94ca5093
commit
3253e9842d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN apk add --no-cache \
|
|||
&& rm -r homeassistant
|
||||
|
||||
# Install and update certificates
|
||||
RUN update-ca-certificates
|
||||
RUN update-ca-certificates -f
|
||||
|
||||
# Run Home Assistant
|
||||
WORKDIR /config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue