feature: docker: io: keep /var/lib/apt/lists

This commit is contained in:
coderiaser 2026-04-03 23:12:00 +03:00
parent 34fad6ea73
commit ceb7ef4ff7

View file

@ -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 && \