Skip to content

Commit

Permalink
Add moreutils in Dockerfile (kubernetes-sigs#5839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored Mar 26, 2020
1 parent e03aa79 commit 3dd51cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3dd51cd

Please sign in to comment.