From c9710c9fb9cfb3945b9b0ba508f29d6605b53f00 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Fri, 29 Nov 2024 10:34:13 +0100 Subject: [PATCH] added rsync --- Dockerfile.2023.11.3 | 2 +- Dockerfile.latest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.2023.11.3 b/Dockerfile.2023.11.3 index f5fb7da..a2470cf 100644 --- a/Dockerfile.2023.11.3 +++ b/Dockerfile.2023.11.3 @@ -2,7 +2,7 @@ FROM ghcr.io/hiway-media/teamcity-agent-2023.11.3 # USER root RUN apt-get update -RUN apt-get -y install gitlab-cli unzip wget +RUN apt-get -y install gitlab-cli unzip wget rsync # unzip wget nano RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip RUN mkdir -p ~/Android/Sdk/cmdline-tools diff --git a/Dockerfile.latest b/Dockerfile.latest index ec76059..254594f 100644 --- a/Dockerfile.latest +++ b/Dockerfile.latest @@ -3,7 +3,7 @@ FROM ghcr.io/hiway-media/teamcity-agent-latest USER root # RUN apt-get update -RUN apt-get -y install gitlab-cli unzip wget +RUN apt-get -y install gitlab-cli unzip wget rsync # # unzip wget nano RUN wget https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip -O commandlinetools.zip