Add missing dep
This commit is contained in:
parent
b84d05e292
commit
2d84ae2dd5
@ -1,5 +1,14 @@
|
|||||||
FROM python:3.13
|
FROM python:3.13
|
||||||
|
|
||||||
|
# External config
|
||||||
ENV MODE=cw
|
ENV MODE=cw
|
||||||
ENV MQTT_HOST=
|
ENV MQTT_HOST=
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
RUN pip install paho-mqtt
|
||||||
|
|
||||||
|
# The script itself
|
||||||
COPY ./scripts/rbn-to-mqtt /rbn-to-mqtt
|
COPY ./scripts/rbn-to-mqtt /rbn-to-mqtt
|
||||||
|
|
||||||
|
# Run config
|
||||||
CMD ["python", "/rbn-to-mqtt", "${MODE}", "${MQTT_HOST}"]
|
CMD ["python", "/rbn-to-mqtt", "${MODE}", "${MQTT_HOST}"]
|
Loading…
x
Reference in New Issue
Block a user