1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00
This commit is contained in:
root 2018-05-26 18:09:41 +02:00
parent c397780a58
commit 4b116eee2a

View File

@ -5,7 +5,7 @@ ENV RTM_DOWNLOAD_URL "ftp://ftp.ovh.net/made-in-ovh/rtm/install_rtm-"
ENV RTM_INSTALLER_CHECKSUM 16dcde3cf46f82dcacfb63535b9375c97f0cc1ba4e412c086f0f03dd8a5483ac
ENV RTM_REPORT_INTERVAL 60
RUN apk add --no-cache bash curl sed gawk bind-tools screen dmidecode pciutils bzip2 perl procps coreutils
RUN apk add --no-cache bash curl sed gawk bind-tools screen dmidecode pciutils bzip2 perl procps coreutils bc
COPY init.sh /usr/bin/init.sh