1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:00:04 +08:00

fix(docker): add exuberant-ctags

This commit is contained in:
Hamidreza Hosseinkhani 2022-03-22 03:21:35 -04:00 committed by GitHub
parent 01f5df790e
commit 3af5db3e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ RUN echo "deb $DEBIAN_URL testing main contrib non-free" >> /etc/apt/sources.lis
unzip \
xclip \
xfonts-utils \
exuberant-ctags \
&& apt-get clean all
RUN cd /usr/src \