mdmcertcheck v1.0 - fix docker file

This commit is contained in:
Mike D'Morto 2021-02-15 18:45:09 +07:00
parent 5c020339d6
commit b6b859164a

View File

@ -18,7 +18,7 @@ VOLUME [ "/sys/fs/cgroup" ]
RUN yum update -y --nogpgcheck
# install soft
RUN yum install -y --nogpgcheck epel-release
RUN yum install -y --nogpgcheck vim git cmake3 openssh-clients boost-devel gcc make gcc-c++ wget fish
RUN yum install -y --nogpgcheck vim git cmake3 openssh-clients boost-devel gcc make gcc-c++ wget fish openssl
RUN yum install -y zabbix30-agent
CMD ["/usr/sbin/init"]