refactor directory structure
This commit is contained in:
parent
a82843e942
commit
1ac615878a
|
@ -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/* && \
|
||||||
\
|
\
|
Loading…
Reference in a new issue