From 81450bfba036ba8d6d4cfca2a5e90edfa96edecb Mon Sep 17 00:00:00 2001 From: BIBO <49994376+BIBOLV@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:22:46 +0200 Subject: [PATCH] Update Dockerfile --- wmbusmeters-ha-addon-edge/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmbusmeters-ha-addon-edge/Dockerfile b/wmbusmeters-ha-addon-edge/Dockerfile index aab7e44..dd94ef7 100644 --- a/wmbusmeters-ha-addon-edge/Dockerfile +++ b/wmbusmeters-ha-addon-edge/Dockerfile @@ -3,7 +3,7 @@ FROM $BUILD_FROM AS build ENV LANG C.UTF-8 -RUN apk add --no-cache alpine-sdk gcc linux-headers librtlsdr-dev libxml2-dev cmake libusb-dev bash samurai +RUN apk add --no-cache alpine-sdk gcc linux-headers libxml2-dev cmake libusb-dev bash samurai ADD https://api.github.com/repos/wmbusmeters/wmbusmeters/git/refs/heads/master version.json RUN git clone https://github.com/steve-m/librtlsdr.git && \ @@ -37,7 +37,7 @@ RUN make FROM $BUILD_FROM AS scratch ENV QEMU_EXECVE=1 -RUN apk add --no-cache mosquitto-clients libstdc++ curl libusb rtl-sdr libxml2 netcat-openbsd nginx +RUN apk add --no-cache mosquitto-clients libstdc++ curl libusb libxml2 netcat-openbsd nginx # Install Flask RUN apk add --update py3-pip py3-cryptography