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.
2 parents 710d70e + 2d660ca commit 3e204cdCopy full SHA for 3e204cd
Dockerfile
@@ -11,13 +11,14 @@ WORKDIR /workdir
11
COPY scripts /scripts
12
13
ENV EDITOR=nvim
14
+ENV VISUAL=nvim
15
RUN apt-get update -y \
16
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
17
sudo \
18
pkg-config software-properties-common apt-transport-https \
- fd-find file zip \
19
+ fd-find file zip less \
20
tzdata locales \
- bash-completion man-db \
21
+ man-db \
22
git openssh-client \
23
rsync curl \
24
&& curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash \
0 commit comments