Explorar el Código

chore(Dockerfile): add lf

dzp hace 2 años
padre
commit
72a597cf74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \