Skip to content

Commit 6831fc7

Browse files
authored
Update Dockerfile
1 parent ba384c3 commit 6831fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update -y \
2020
git openssh-client \
2121
rsync curl \
2222
&& curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash \
23-
&& icon neovim -iy \
23+
&& icon neovim -iy && export EDITOR=nvim \
2424
&& echo "Set disable_coredump false" >> /etc/sudo.conf \
2525
&& /scripts/sys/purge_cache.sh
2626

0 commit comments

Comments
 (0)