Skip to content

Commit

Permalink
ci(*) add rsync to the kuma-universal comtainer (#2672)
Browse files Browse the repository at this point in the history
rsync is handy for copying binaries into running containers,
so make sure it's already installed.

Signed-off-by: James Peach <james.peach@konghq.com>
  • Loading branch information
jpeach authored Aug 25, 2021
1 parent 88ce4f4 commit 0557fce
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion test/dockerfiles/Dockerfile.universal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ RUN echo "# use this file to override default configuration of \`kuma-cp\`" > /k
RUN apt update \
&& apt dist-upgrade -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
tzdata openssh-server curl ncat vim net-tools iptables iproute2 dnsutils tmux strace tcpdump \
curl \
dnsutils \
iproute2 \
iptables \
ncat \
net-tools \
openssh-server \
rsync \
strace \
tcpdump \
tmux \
tzdata \
vim \
&& rm -rf /var/lib/apt/lists/*

RUN ssh-keygen -A \
Expand Down

0 comments on commit 0557fce

Please sign in to comment.