Skip to content

Commit

Permalink
added rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 16, 2024
1 parent dd08702 commit 61ce9f6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.2023.05.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM jetbrains/teamcity-agent:2023.05.3
#
USER root
RUN apt-get update
RUN apt install -y jq sudo
RUN apt install -y jq sudo rclone
#
2 changes: 1 addition & 1 deletion Dockerfile.2023.05.4
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM jetbrains/teamcity-agent:2023.05.4
#
USER root
RUN apt-get update
RUN apt install -y jq sudo
RUN apt install -y jq sudo rclone
#
2 changes: 1 addition & 1 deletion Dockerfile.2023.11
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM jetbrains/teamcity-agent:2023.11
#
USER root
RUN apt-get update
RUN apt install -y jq sudo
RUN apt install -y jq sudo rclone
#
4 changes: 2 additions & 2 deletions Dockerfile.2023.11.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM jetbrains/teamcity-agent:2023.11.1
#
USER root
RUN apt-get update
RUN apt install -y jq sudo
#
RUN apt install -y jq sudo rclone
#
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM jetbrains/teamcity-agent:2023.11.2
#
USER root
RUN apt-get update
RUN apt install -y jq sudo
RUN apt install -y jq sudo rclone
#
2 changes: 1 addition & 1 deletion Dockerfile.2023.11.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM jetbrains/teamcity-agent:2023.11.3
USER root
RUN apt-add-repository ppa:ansible/ansible
RUN apt-get update
RUN apt install -y jq ansible sudo
RUN apt install -y jq ansible sudo rclone rsync
#
4 changes: 3 additions & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ USER root
#
RUN apt-add-repository ppa:ansible/ansible
RUN apt-get update
RUN apt install -y jq ansible rsync sudo
RUN apt install -y jq ansible rsync sudo rclone
#
#RUN curl -O https://rclone.org/install.sh --cacert /etc/ssl/certs

0 comments on commit 61ce9f6

Please sign in to comment.