fritz_temp_sync/Dockerfile aktualisiert
This commit is contained in:
parent
076af5add5
commit
431450010e
@ -2,8 +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 py3-pip
|
RUN apk update && apk add --no-cache python3 py3-pip py3-websockets py3-requests
|
||||||
RUN python3 -m pip install websockets requests
|
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user