mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
fix(docker): add libssl
This commit is contained in:
parent
92a98699d5
commit
a1a644d1d0
@ -20,6 +20,8 @@ RUN echo "deb $DEBIAN_URL testing main contrib non-free" >> /etc/apt/sources.lis
|
|||||||
unzip \
|
unzip \
|
||||||
xclip \
|
xclip \
|
||||||
xfonts-utils \
|
xfonts-utils \
|
||||||
|
libssl1.0.0 \
|
||||||
|
libssl-dev \
|
||||||
exuberant-ctags \
|
exuberant-ctags \
|
||||||
&& apt-get clean all
|
&& apt-get clean all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user