Using zabbix container, I want to install dnsutils for dig command however it says apt-get command not found. is anyone experience this?
Ad Widget
Collapse
Zabbix container - unable to perform apt-get command
Collapse
X
-
ok zabbix-agent is using alphine based image and I was trying to run the apt-get
so I used apk update then apk add bind-tools then the dig command works. But this zabbix-agent when it was created, the bind-tools should be included already. But in the latest version of zabbix-agent container, this bind-tools is missing ... and probably others that is needed in the Userparameter.
Comment