fritz_temp_sync/Dockerfile aktualisiert

This commit is contained in:
Micha Horlboge 2024-11-09 00:47:54 +01:00
parent ce59adccf0
commit 076af5add5

View File

@ -2,7 +2,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM FROM $BUILD_FROM
# Install requirements for add-on # 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 RUN python3 -m pip install websockets requests
WORKDIR /data WORKDIR /data