We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0e613 commit 9c92de1Copy full SHA for 9c92de1
Dockerfile
@@ -70,7 +70,7 @@ RUN architecture=$(uname -m) && if [[ "$architecture" == "aarch64" ]]; then \
70
71
# compile and install universal-ctags
72
# hadolint ignore=DL3003,DL3008
73
-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 && \
74
git clone https://github.com/universal-ctags/ctags /root/ctags && \
75
cd /root/ctags && ./autogen.sh && ./configure && make && make install && \
76
apt-get remove -y automake build-essential && \
0 commit comments