Skip to content

Commit

Permalink
Merge pull request #523 from pmav99/python_bytecode
Browse files Browse the repository at this point in the history
Remove python bytecode
  • Loading branch information
Theaxiom authored Jan 14, 2019
2 parents a9fdb88 + d0b150c commit 14394bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ find /bd_build/ -not \( -name 'bd_build' -or -name 'buildconfig' -or -name 'clea
rm -rf /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/*

# clean up python bytecode
find / -name *.pyc -delete
find / -name *__pycache__* -delete

rm -f /etc/ssh/ssh_host_*

0 comments on commit 14394bc

Please sign in to comment.