From 4e38c59dd28a3efacbd27758d2a3daaf5d276426 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 23 Jan 2023 15:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'centos/1.6.2.24/Dockerfil?= =?UTF-8?q?e'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- centos/1.6.2.24/Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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