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 3350715 commit 049cf7bCopy full SHA for 049cf7b
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 \
19
fd-find file zip \
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