Update Dockerfile
This commit is contained in:
parent
3fe3bb9c2e
commit
4bd7956023
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ FROM %%BASE_IMAGE%%
|
|||
|
||||
## install HomeAssistant
|
||||
COPY homeassistant/ homeassistant
|
||||
RUN pip3 install --no-cache-dir -r homeassistant/requirements_all.txt \
|
||||
RUN echo "cryptography==1.9" >> homeassistant/requirements_all.txt \
|
||||
&& pip3 install --no-cache-dir -r homeassistant/requirements_all.txt \
|
||||
&& pip3 install --no-cache-dir /usr/src/homeassistant \
|
||||
&& rm -r homeassistant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue