From 8f2ad2e2f742f73849327811a18987fde5e71a51 Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Fri, 27 Mar 2020 14:02:24 +0100 Subject: [PATCH] Add moreutils in Dockerfile (#5840) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 75f763303..aeeb54657 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir /kubespray WORKDIR /kubespray RUN apt update -y && \ apt install -y \ - libssl-dev python3-dev sshpass apt-transport-https jq \ + libssl-dev python3-dev sshpass apt-transport-https jq moreutils \ ca-certificates curl gnupg2 software-properties-common python3-pip rsync RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && \ add-apt-repository \