From 7d77f7c0ed240b37baed1f422449904cca382eb6 Mon Sep 17 00:00:00 2001 From: Andres Montano <andres.montano@tecnalia.com> Date: Wed, 8 Jan 2025 15:30:02 +0100 Subject: [PATCH] Add comments to other programs --- dockerfiles/extra_libs/common_libs.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dockerfiles/extra_libs/common_libs.txt b/dockerfiles/extra_libs/common_libs.txt index bc0c1fe..4a33fd7 100644 --- a/dockerfiles/extra_libs/common_libs.txt +++ b/dockerfiles/extra_libs/common_libs.txt @@ -1,4 +1,11 @@ # List with the additional libraries to install in devenv image +# +# bat +# https://github.com/sharkdp/bat/releases/download/v0.25.0/bat-musl_0.25.0_musl-linux-amd64.deb +# +# ripgrep +# https://github.com/BurntSushi/ripgrep/releases/download/14.1.1/ripgrep_14.1.1-1_amd64.deb +# # lsd-musl # https://api.github.com/repos/lsd-rs/lsd/releases/latest # curl -s https://api.github.com/repos/jgm/pandoc/releases/latest \ -- GitLab