From 9085e6e7d3ccb1dcdf9e625b3e91f0ea64cbed0e Mon Sep 17 00:00:00 2001 From: Harald Friessnegger Date: Mon, 6 Mar 2023 17:41:51 +0100 Subject: [PATCH] add rsync command --- CHANGES.md | 4 ++++ docker/Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 826fce1..605b441 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes for docker-adminbox +## Unreleased + +- added rsync + ## 2022-08-31 / 0.4.2 - limit to amd64 builds (needs adaptions for arm support) diff --git a/docker/Dockerfile b/docker/Dockerfile index c08b224..e5a009d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x && yum install epel-release -y \ && yum update -y \ && yum install -y --setopt=skip_missing_names_on_install=False \ - postgresql14 mysql python3-pip docker-ce-cli less curl jq mtr \ + postgresql14 mysql python3-pip docker-ce-cli less curl jq mtr rsync \ && yum clean all && pip3 install awscli RUN curl -o /usr/bin/slack \