From 6ad4666e6c5b6e6c6358d0736555b6e50cea5b9c Mon Sep 17 00:00:00 2001 From: shim_ Date: Wed, 22 Jun 2016 19:04:51 +0200 Subject: [PATCH] install better ps and df --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db0fe5b..293d087 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN apk add --no-cache bash curl sed gawk bind-tools screen dmidecode pciutils bzip2 perl procps coreutils COPY init.sh /usr/bin/init.sh