mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Began work on emailing service #1456
This commit is contained in:
13
docker/blocks/smtp/Dockerfile
Normal file
13
docker/blocks/smtp/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM centos:centos7
|
||||
MAINTAINER Przemyslaw Ozgo <linux@ozgo.info>
|
||||
|
||||
RUN \
|
||||
yum update -y && \
|
||||
yum install -y net-snmp net-snmp-utils && \
|
||||
yum clean all
|
||||
|
||||
COPY bootstrap.sh /tmp/bootstrap.sh
|
||||
|
||||
EXPOSE 161
|
||||
|
||||
ENTRYPOINT ["/tmp/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user