Dockerfile: Remove `~/tmp`, which is generated during the build step and is empty afterwards.

John Kirkham 11 years ago
parent 7639785c28
commit 2902db6551

@ -87,6 +87,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
rm -rf /root/.cache && \
rm -rf /root/.config && \
rm -rf /root/.local && \
rm -rf /root/tmp && \
rm -rf /var/lib/apt/lists/* && \
apt-get purge -y --auto-remove \
-o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $BUILD_DEPS

Loading…
Cancel
Save