Skip to content

Commit 049cf7b

Browse files
committed
add env variable VISUAL; do not install bash-completion
1 parent 3350715 commit 049cf7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
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 \
1819
fd-find file zip \
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)