refactor directory structure
This commit is contained in:
parent
a82843e942
commit
1ac615878a
|
@ -18,7 +18,7 @@ RUN \
|
|||
echo root:${ROOT_PASSWD} | chpasswd && \
|
||||
\
|
||||
apt update && \
|
||||
apt install --yes ssh tini neovim git && \
|
||||
apt install --yes ssh tini file neovim git && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
\
|
Loading…
Reference in a new issue