Ver Fonte

chore(Dockerfile): add lf

dzp há 2 anos atrás
pai
commit
72a597cf74
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -34,7 +34,7 @@ ENV LANG=zh_CN.UTF8     \
 WORKDIR /paotin/
 
 RUN    apk update \
-    && apk add --no-cache tmux bash ncurses less neovim nano
+    && apk add --no-cache tmux bash ncurses less neovim nano lf
 
 # 设置时区为上海
 RUN apk add --no-cache tzdata \