Skip to content
Snippets Groups Projects
Unverified Commit 3dd51cd6 authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

Add moreutils in Dockerfile (#5839)

parent e03aa795
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment