diff --git a/Dockerfile.2023.11.3 b/Dockerfile.2023.11.3 index d2aa1b4..d5afe17 100644 --- a/Dockerfile.2023.11.3 +++ b/Dockerfile.2023.11.3 @@ -1,6 +1,7 @@ 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 -# \ No newline at end of file +RUN apt install -y jq ansible +#