From 863d90dfcdc2e9ed14b6bb26feb1c4118bcce021 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Tue, 6 Aug 2019 17:27:25 +0200 Subject: [PATCH] add packages to fsmpi-ansible image --- fsmpi-ansible/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsmpi-ansible/Dockerfile b/fsmpi-ansible/Dockerfile index 591a7ef..0aa60ae 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/* -- GitLab