diff --git a/Dockerfile b/Dockerfile index b548916..c745dec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV RTM_DOWNLOAD_URL "ftp://ftp.ovh.net/made-in-ovh/rtm/install_rtm-0." ENV RTM_INSTALLER_CHECKSUM 16dcde3cf46f82dcacfb63535b9375c97f0cc1ba4e412c086f0f03dd8a5483ac ENV RTM_REPORT_INTERVAL 60 -RUN apk add --no-cache bash curl sed gawk bind-tools which screen dmidecode pciutils bzip2 perl +RUN apk add --no-cache bash curl sed gawk bind-tools screen dmidecode pciutils bzip2 perl RUN curl https://github.com/Yelp/dumb-init/releases/download/v1.0.1/dumb-init_1.0.1_amd64 > /usr/bin/dumb-init && \ chmod +x /usr/bin/dumb-init