Compare commits
2 Commits
0.2.0-6.4.
...
0.3.0-6.4.
| Author | SHA1 | Date | |
|---|---|---|---|
| aab1c21920 | |||
| a247563585 |
@@ -3,8 +3,10 @@ FROM zabbix/zabbix-agent2:alpine-6.4.21
|
||||
USER root
|
||||
|
||||
# force installation of python3 and pip3
|
||||
RUN apk add --update --no-cache python3 py3-pip \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
RUN apk add --update --no-cache \
|
||||
python3 py3-pip \
|
||||
iperf3 jq \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN pip3 install \
|
||||
urbackup-server-web-api-wrapper \
|
||||
|
||||
Reference in New Issue
Block a user