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