Add bluepy package dependency to Dockerfile
This commit is contained in:
parent
b9fd4919b3
commit
177d0c20d9
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir colorlog cython
|
RUN pip3 install --no-cache-dir colorlog cython
|
||||||
|
|
||||||
# For the nmap tracker
|
# For the nmap tracker, bluetooth tracker, Z-Wave
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo && \
|
apt-get install -y --no-install-recommends nmap net-tools cython3 libudev-dev sudo libglib2.0-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/*
|
||||||
|
|
||||||
COPY script/build_python_openzwave script/build_python_openzwave
|
COPY script/build_python_openzwave script/build_python_openzwave
|
||||||
|
|
Loading…
Add table
Reference in a new issue