Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #288 from netlify/clear-tmp
Browse files Browse the repository at this point in the history
Remove tmp files
  • Loading branch information
bcomnes committed Mar 26, 2019
2 parents 52572d7 + 79bf747 commit cb6c201
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 @@ -430,6 +430,7 @@ USER root
ADD run-build-functions.sh /usr/local/bin/run-build-functions.sh
ADD run-build.sh /usr/local/bin/build
ADD buildbot-git-config /root/.gitconfig
RUN rm -r /tmp/*

USER buildbot
ARG NF_IMAGE_VERSION
Expand Down

0 comments on commit cb6c201

Please sign in to comment.