We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba384c3 commit 6831fc7Copy full SHA for 6831fc7
Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update -y \
20
git openssh-client \
21
rsync curl \
22
&& curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash \
23
- && icon neovim -iy \
+ && icon neovim -iy && export EDITOR=nvim \
24
&& echo "Set disable_coredump false" >> /etc/sudo.conf \
25
&& /scripts/sys/purge_cache.sh
26
0 commit comments