Skip to content

Commit ceb7ef4

Browse files
committed
feature: docker: io: keep /var/lib/apt/lists
1 parent 34fad6e commit ceb7ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Dockerfile.io

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN apt-get update && \
2222
apt-get update && \
2323
apt-get autoremove && \
2424
apt-get clean && \
25-
rm -rf /var/lib/apt/lists/* && \
2625
echo "> install nvm" && \
2726
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash && \
2827
mv ~/.nvm /usr/local/src/nvm && \

0 commit comments

Comments
 (0)