fritz_temp_sync/Dockerfile aktualisiert

This commit is contained in:
Micha Horlboge 2024-11-09 00:54:23 +01:00
parent 076af5add5
commit 431450010e

View File

@ -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