Add nano and xgettext to Dockerfile - #1508
This commit is contained in:
parent
0191fd38d4
commit
953aa53ce0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue