mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Dockerfile: add sensor specific dependencies
Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c5c57b523b
commit
b757ccc617
@ -20,9 +20,14 @@ RUN add-apt-repository ppa:mraa/mraa && \
|
|||||||
# Python Build Dependencies
|
# Python Build Dependencies
|
||||||
python python-dev python3 python3-dev \
|
python python-dev python3 python3-dev \
|
||||||
# Java Build Dependencies
|
# Java Build Dependencies
|
||||||
default-jre default-jdk
|
default-jre default-jdk \
|
||||||
# Sensor Specific Build Dependencies
|
# Sensor Specific Build Dependencies
|
||||||
# TODO: install bacnet-mstp, modbus, openzwave, jpeg
|
libmodbus-dev libjpeg-dev
|
||||||
|
# TODO: install libbacnet
|
||||||
|
|
||||||
|
# Install openzwave
|
||||||
|
RUN apt-get update && apt-get -y --no-install-recommends install libudev-dev && \
|
||||||
|
git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make && make install && ldconfig /usr/local/lib64
|
||||||
|
|
||||||
# Swig Build Dependencies
|
# Swig Build Dependencies
|
||||||
RUN wget http://iotdk.intel.com/misc/tr/swig-3.0.10.tar.gz && \
|
RUN wget http://iotdk.intel.com/misc/tr/swig-3.0.10.tar.gz && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user