diff --git a/Dockerfile.2023.05.3 b/Dockerfile.2023.05.3 index 0de166b..5ddcfc5 100644 --- a/Dockerfile.2023.05.3 +++ b/Dockerfile.2023.05.3 @@ -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 # \ No newline at end of file diff --git a/Dockerfile.2023.05.4 b/Dockerfile.2023.05.4 index 985cffd..619edae 100644 --- a/Dockerfile.2023.05.4 +++ b/Dockerfile.2023.05.4 @@ -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 # \ No newline at end of file diff --git a/Dockerfile.2023.11 b/Dockerfile.2023.11 index edb01ba..b431f62 100644 --- a/Dockerfile.2023.11 +++ b/Dockerfile.2023.11 @@ -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 # \ No newline at end of file diff --git a/Dockerfile.2023.11.1 b/Dockerfile.2023.11.1 index b9f934b..a2ab475 100644 --- a/Dockerfile.2023.11.1 +++ b/Dockerfile.2023.11.1 @@ -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 # \ No newline at end of file diff --git a/Dockerfile.2023.11.2 b/Dockerfile.2023.11.2 index e59f221..bfe63c0 100644 --- a/Dockerfile.2023.11.2 +++ b/Dockerfile.2023.11.2 @@ -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 # \ No newline at end of file diff --git a/Dockerfile.2023.11.3 b/Dockerfile.2023.11.3 index d5afe17..321e9bb 100644 --- a/Dockerfile.2023.11.3 +++ b/Dockerfile.2023.11.3 @@ -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 # diff --git a/Dockerfile.latest b/Dockerfile.latest index d6301ec..c168028 100644 --- a/Dockerfile.latest +++ b/Dockerfile.latest @@ -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