diff --git a/cec_scan/Dockerfile b/cec_scan/Dockerfile index dbfdada..d61392e 100644 --- a/cec_scan/Dockerfile +++ b/cec_scan/Dockerfile @@ -8,6 +8,7 @@ ARG BUILD_ARCH # Build libcec with RPi support for HDMI-CEC on armhf RUN apk add --no-cache build-base cmake eudev-dev git swig \ + libstdc++ libgcc \ && if [ "$BUILD_ARCH" == "armhf" ]; then \ apk add --no-cache raspberrypi-dev raspberrypi raspberrypi-libs; fi \ && git clone --depth 1 -b p8-platform-2.1.0.1 https://github.com/Pulse-Eight/platform /usr/src/platform \ diff --git a/cec_scan/config.json b/cec_scan/config.json index cb958ea..faf80b2 100644 --- a/cec_scan/config.json +++ b/cec_scan/config.json @@ -1,6 +1,6 @@ { "name": "CEC Scanner", - "version": "0.1", + "version": "0.2", "slug": "cec_scan", "description": "Scan HDMI CEC devices", "url": "https://home-assistant.io/addons/cec_scan/",