diff --git a/fsmpi-ansible/Dockerfile b/fsmpi-ansible/Dockerfile index 591a7ef126263ab1a8689e0d99e2f5dbd79b4f8b..0aa60aeff31894fea06e7917ec3a4122f8e08027 100644 --- a/fsmpi-ansible/Dockerfile +++ b/fsmpi-ansible/Dockerfile @@ -1,3 +1,3 @@ ARG DEBIAN_RELEASE=buster FROM registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster -RUN apt-get update && apt-get install -y python3-cffi python3-ply ansible yamllint && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y python3-cffi python3-ply ansible ansible-lint yamllint ripgrep && rm -rf /var/lib/apt/lists/*