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