Add rsync to enterprise-base (#194)

Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Spike Curtis 2023-02-02 08:24:51 +04:00 committed by GitHub
parent 535a67a695
commit 828967697a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@ RUN dnf install --assumeyes epel-release && \
sudo \
unzip \
vim \
wget && \
wget \
rsync && \
dnf clean all
# We use an old containerd.io because it contains a version of runc that works

View File

@ -34,7 +34,8 @@ RUN apt-get update && \
systemd-sysv \
unzip \
vim \
wget && \
wget \
rsync && \
# Install latest Git using their official PPA
add-apt-repository ppa:git-core/ppa && \
DEBIAN_FRONTEND="noninteractive" apt-get install --yes git