From d42b9246ab851e111f3833e751ca1fac6e8eec52 Mon Sep 17 00:00:00 2001 From: lolouk44 Date: Thu, 26 Nov 2020 09:38:56 +0000 Subject: [PATCH] 0.1.15 --- mi-scale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mi-scale/Dockerfile b/mi-scale/Dockerfile index e3f84fe..f827036 100644 --- a/mi-scale/Dockerfile +++ b/mi-scale/Dockerfile @@ -3,7 +3,7 @@ LABEL io.hass.version="0.1.15" io.hass.type="addon" io.hass.arch="armhf|aarch64| WORKDIR /opt/miscale COPY src /opt/miscale -RUN apt-get update && apt-get install no-install-recommends -y \ +RUN apt-get update && apt-get install -y \ bluez \ python-pip \ libglib2.0-dev && \