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 6831fc7 commit 5a6fa94Copy full SHA for 5a6fa94
Dockerfile
@@ -10,6 +10,7 @@ RUN mkdir -p /workdir && chmod 777 /workdir
10
WORKDIR /workdir
11
COPY scripts /scripts
12
13
+ENV EDITOR=nvim
14
RUN apt-get update -y \
15
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
16
sudo \
@@ -20,7 +21,7 @@ RUN apt-get update -y \
20
21
git openssh-client \
22
rsync curl \
23
&& curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash \
- && icon neovim -iy && export EDITOR=nvim \
24
+ && icon neovim -iy \
25
&& echo "Set disable_coredump false" >> /etc/sudo.conf \
26
&& /scripts/sys/purge_cache.sh
27
0 commit comments