Fix build command
This commit is contained in:
parent
3c449d04ae
commit
4a82ac9cd5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RUN apk add --no-cache \
|
|||
&& sed -i "s|# i2csense|i2csense|g" homeassistant/requirements_all.txt \
|
||||
&& pip3 install --no-cache-dir -r homeassistant/requirements_all.txt \
|
||||
&& pip3 install --no-cache-dir ./homeassistant \
|
||||
&& apk del .build-dependencies
|
||||
&& apk del .build-dependencies \
|
||||
&& rm -r homeassistant
|
||||
|
||||
# Install and update certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue