fritz_temp_sync/Dockerfile aktualisiert
This commit is contained in:
parent
ce59adccf0
commit
076af5add5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user