Merge branch 'influxdb3'
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
FROM python:3.12-alpine
|
||||
ARG BUILD_VER
|
||||
|
||||
RUN apk update && apk upgrade --no-cache
|
||||
|
||||
RUN pip install --no-cache-dir RouterOS-API influxdb-client
|
||||
RUN pip install --no-cache-dir RouterOS-API influxdb3-python
|
||||
|
||||
COPY ./routermon.py /home/routermon.py
|
||||
COPY ./utils.py /home/pyutils/utils.py
|
||||
|
||||
ENV VER=${BUILD_VER}
|
||||
CMD [ "python", "/home/routermon.py" ]
|
||||
|
||||
Reference in New Issue
Block a user