Skip to content

Commit

Permalink
compile Universal ctags with XML support
Browse files Browse the repository at this point in the history
fixes #4628
  • Loading branch information
vladak committed Aug 20, 2024
1 parent 0e0e613 commit 9c92de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \

# compile and install universal-ctags
# hadolint ignore=DL3003,DL3008
RUN apt-get install --no-install-recommends -y pkg-config automake build-essential && \
RUN apt-get install --no-install-recommends -y pkg-config automake build-essential libxml2-dev && \
git clone https://github.com/universal-ctags/ctags /root/ctags && \
cd /root/ctags && ./autogen.sh && ./configure && make && make install && \
apt-get remove -y automake build-essential && \
Expand Down

0 comments on commit 9c92de1

Please sign in to comment.