refactor directory structure

This commit is contained in:
leafee98 2023-05-11 14:45:46 +08:00
parent a82843e942
commit 1ac615878a
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ RUN \
echo root:${ROOT_PASSWD} | chpasswd && \ echo root:${ROOT_PASSWD} | chpasswd && \
\ \
apt update && \ apt update && \
apt install --yes ssh tini neovim git && \ apt install --yes ssh tini file neovim git && \
apt clean && \ apt clean && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
\ \