Skip to content

Commit

Permalink
added rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Nov 29, 2024
1 parent f27cbb6 commit c9710c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9710c9

Please sign in to comment.