Skip to content

Commit

Permalink
Dockerfile: Remove ~/tmp, which is generated during the build step …
Browse files Browse the repository at this point in the history
…and is empty afterwards.
  • Loading branch information
jakirkham committed Oct 11, 2015
1 parent 887da1a commit 1b91962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,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/* && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq $BUILD_DEPS && \
apt-get purge -y --auto-remove \
Expand Down

0 comments on commit 1b91962

Please sign in to comment.