From b820bba875dbcfa72644bebb719c9c14d11278e4 Mon Sep 17 00:00:00 2001 From: Rainer Maier Date: Sun, 6 Apr 2025 20:50:35 +0200 Subject: [PATCH] Update to version 6.4.21 --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3aed04..4138554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM zabbix/zabbix-agent2:alpine-6.4.10 +FROM zabbix/zabbix-agent2:alpine-6.4.21 USER root @@ -6,7 +6,9 @@ USER root RUN apk add --update --no-cache python3 py3-pip \ && rm -rf /var/cache/apk/* -RUN pip3 install urbackup-server-web-api-wrapper +RUN pip3 install \ + urbackup-server-web-api-wrapper \ + --break-system-packages COPY urbackup-discovery.py /usr/local/bin RUN chmod +x /usr/local/bin/urbackup-discovery.py