mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
add zabbix-agent
This commit is contained in:
12
zabbix-agent/normal/Dockerfile
Normal file
12
zabbix-agent/normal/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
# Prerequisites
|
||||
RUN apt update && \
|
||||
apt install -y lm-sensors zabbix-agent && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
CMD ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user