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

apt say yes

This commit is contained in:
shim_ 2016-06-13 22:09:30 +02:00
parent 55b8967e19
commit 5cb36e0b89

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 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 && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*