Add nano and xgettext to Dockerfile - #1508

This commit is contained in:
enriquecd 2017-10-26 12:34:22 +02:00
parent 0191fd38d4
commit 953aa53ce0
1 changed files with 5 additions and 0 deletions

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