Browse Source

chore(Dockerfile): add lf

dzp 2 năm trước cách đây
mục cha
commit
72a597cf74
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 \