ctags
Generates an index (or tag) file of language objects found in source files for many popular programming languages. More information: <https://ctags.io/>.
RUN apk add ctags
RUN pacman -S --noconfirm ctags
RUN yum install -y ctags
RUN dnf install -y ctags