Skip to content

Commit 9c92de1

Browse files
committed
compile Universal ctags with XML support
fixes #4628
1 parent 0e0e613 commit 9c92de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \
7070

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

0 commit comments

Comments
 (0)