소스 검색

install python-cryptography in intermediate step to speed up hass upgrade via docker cache

Fabian Peter Hammerle 5 년 전
부모
커밋
566a12ecc0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -17,6 +17,8 @@ COPY --chown=hass ./runtime-requirements.txt /tmp
 RUN pip install --user --no-cache-dir --requirement /tmp/runtime-requirements.txt \
     && rm /tmp/runtime-requirements.txt
 
+RUN pip install --user --no-cache-dir cryptography==2.3.1
+
 RUN pip install --user --no-cache-dir \
     homeassistant==0.80.2 \
     home-assistant-frontend==20181017.0