diff --git a/centos/1.6.2.24/Dockerfile b/centos/1.6.2.24/Dockerfile index 0406c9c..674afb9 100644 --- a/centos/1.6.2.24/Dockerfile +++ b/centos/1.6.2.24/Dockerfile @@ -6,8 +6,6 @@ LABEL maintainer="Andrius Kairiukstis " ENV ASTERISK_VERSION 1.6.2.24 ENV ASTERISK_ADDONS_VERSION 1.6.2.4 -RUN yum -y install fail2ban nano && yum -y clean all && rm -rf /var/cache - COPY build-asterisk.sh / RUN /build-asterisk.sh