Skip to content

Commit 3e204cd

Browse files
authored
Merge pull request #119 from legendu-net/dev
Merge dev into main
2 parents 710d70e + 2d660ca commit 3e204cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ WORKDIR /workdir
1111
COPY scripts /scripts
1212

1313
ENV EDITOR=nvim
14+
ENV VISUAL=nvim
1415
RUN apt-get update -y \
1516
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
1617
sudo \
1718
pkg-config software-properties-common apt-transport-https \
18-
fd-find file zip \
19+
fd-find file zip less \
1920
tzdata locales \
20-
bash-completion man-db \
21+
man-db \
2122
git openssh-client \
2223
rsync curl \
2324
&& curl -sSL https://raw.githubusercontent.com/legendu-net/icon/main/install_icon.sh | bash \

0 commit comments

Comments
 (0)