From 431450010e0fc485c30bf1c1c9850b6983024619 Mon Sep 17 00:00:00 2001 From: Micha Horlboge Date: Sat, 9 Nov 2024 00:54:23 +0100 Subject: [PATCH] fritz_temp_sync/Dockerfile aktualisiert --- fritz_temp_sync/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index e3dc569..67d9b0c 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -2,8 +2,7 @@ ARG BUILD_FROM FROM $BUILD_FROM # Install requirements for add-on -RUN apk update && apk add --no-cache python3 py3-pip -RUN python3 -m pip install websockets requests +RUN apk update && apk add --no-cache python3 py3-pip py3-websockets py3-requests WORKDIR /data