updated routermon e upsmon, ora funzionano
This commit is contained in:
@@ -2,4 +2,8 @@ FROM python:3.12-alpine
|
||||
|
||||
RUN apk update && apk upgrade --no-cache
|
||||
|
||||
RUN apk add python3-routeros
|
||||
RUN pip install --no-cache-dir RouterOS-API influxdb-client
|
||||
|
||||
COPY ./routermon.py /home/routermon.py
|
||||
|
||||
CMD [ "python", "/home/routermon.py" ]
|
||||
|
||||
Reference in New Issue
Block a user