1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00

add net-tools

This commit is contained in:
shim_ 2016-06-13 22:28:25 +02:00
parent 5cb36e0b89
commit 76eaf59bde

View File

@ -6,7 +6,7 @@ ENV RTM_INSTALLER_CHECKSUM 16dcde3cf46f82dcacfb63535b9375c97f0cc1ba4e412c086f0f0
ENV RTM_REPORT_INTERVAL 60 ENV RTM_REPORT_INTERVAL 60
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y curl sed gawk screen dmidecode pciutils bzip2 perl hddtemp bind9-host && \ apt-get install -y curl sed gawk screen dmidecode pciutils bzip2 perl hddtemp bind9-host net-tools && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*