mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
fix(docker): add exuberant-ctags
This commit is contained in:
parent
01f5df790e
commit
3af5db3e15
@ -20,6 +20,7 @@ RUN echo "deb $DEBIAN_URL testing main contrib non-free" >> /etc/apt/sources.lis
|
|||||||
unzip \
|
unzip \
|
||||||
xclip \
|
xclip \
|
||||||
xfonts-utils \
|
xfonts-utils \
|
||||||
|
exuberant-ctags \
|
||||||
&& apt-get clean all
|
&& apt-get clean all
|
||||||
|
|
||||||
RUN cd /usr/src \
|
RUN cd /usr/src \
|
||||||
|
Loading…
Reference in New Issue
Block a user