Merge branch '1508-Añadir-xgettext-y-nano-a-los-paquetes-del-Dockerfile' into 'develop'

Add nano and xgettext to Dockerfile - #1508

See merge request artica/pandorafms!980
This commit is contained in:
vgilc 2017-10-26 13:18:01 +02:00
commit ecb09fdfa6

View File

@ -66,6 +66,7 @@ RUN yum install -y \
cronie \
ntp \
wget \
nano \
curl \
xterm \
postfix \
@ -96,5 +97,9 @@ RUN yum install -y \
net-snmp-utils \
perl-Test-Simple; yum clean all;
RUN wget http://rpmfind.net/linux/centos/6.9/os/i386/Packages/gettext-0.17-18.el6.i686.rpm; \
yum localinstall -y gettext-0.17-18.el6.i686.rpm; \
rm -rf gettext-0.17-18.el6.i686.rpm;
#Exposing ports for: HTTP, SNMP Traps, Tentacle protocol
EXPOSE 80 162/udp 41121