更新 'centos/1.6.2.24/Dockerfile'

This commit is contained in:
zhongjin 2023-01-23 15:13:32 +08:00
parent 0ad1d6f9ea
commit 79527bf532

View File

@ -6,6 +6,8 @@ LABEL maintainer="Andrius Kairiukstis <k@andrius.mobi>"
ENV ASTERISK_VERSION 1.6.2.24
ENV ASTERISK_ADDONS_VERSION 1.6.2.4
RUN yum -y install fail2ban && yum -y clean all && rm -rf /var/cache
COPY build-asterisk.sh /
RUN /build-asterisk.sh