Skip to content

Commit

Permalink
added sudo package
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 3, 2024
1 parent bec4d8d commit dd08702
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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
RUN apt install -y jq sudo
#
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
RUN apt install -y jq sudo
#
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
RUN apt install -y jq sudo
#
2 changes: 1 addition & 1 deletion 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
RUN apt install -y jq sudo
#
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
RUN apt install -y jq sudo
#
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
RUN apt install -y jq ansible sudo
#
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ USER root
#
RUN apt-add-repository ppa:ansible/ansible
RUN apt-get update
RUN apt install -y jq ansible rsync
RUN apt install -y jq ansible rsync sudo

0 comments on commit dd08702

Please sign in to comment.