mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Remove unneeded dependencies from Dockerfile
This commit is contained in:
parent
5db6f81f9c
commit
36feb7f50a
@ -4,7 +4,7 @@ MAINTAINER Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>
|
|||||||
VOLUME /config
|
VOLUME /config
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y cython3 libudev-dev python-sphinx python3-setuptools mercurial && \
|
apt-get install -y cython3 libudev-dev && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||||
pip3 install cython && \
|
pip3 install cython && \
|
||||||
scripts/build_python_openzwave
|
scripts/build_python_openzwave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user