mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +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 \
|
||||
xclip \
|
||||
xfonts-utils \
|
||||
libssl1.0.0 \
|
||||
libssl-dev \
|
||||
exuberant-ctags \
|
||||
&& apt-get clean all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user