This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM zabbix/zabbix-agent2:alpine-6.4.10
|
||||
|
||||
USER root
|
||||
|
||||
# force installation of python3 and pip3
|
||||
RUN apk add --update --no-cache python3 py3-pip \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN pip3 install urbackup-server-web-api-wrapper
|
||||
|
||||
COPY urbackup-discovery.py /usr/local/bin
|
||||
RUN chmod +x /usr/local/bin/urbackup-discovery.py
|
||||
Reference in New Issue
Block a user