mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: keep /var/lib/apt/lists
This commit is contained in:
parent
34fad6ea73
commit
ceb7ef4ff7
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ RUN apt-get update && \
|
|||
apt-get update && \
|
||||
apt-get autoremove && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
echo "> install nvm" && \
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash && \
|
||||
mv ~/.nvm /usr/local/src/nvm && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue