spacemacs/.circleci/dockerfiles/cleanup
JAremko f0bc44738d Add new Docker files for CI
[tools&CI] Add arg -Q to Emacs calls where it is appropriate
2017-08-31 19:12:45 +03:00

16 lines
351 B
Bash
Executable file

#!/bin/bash
# Cleanup script for Docker
#
## Copyright (c) 2012-2014 Sylvain Benner
## Copyright (c) 2014-2017 Sylvain Benner & Contributors
##
## Author: Eugene Yaremenko
## URL: https://github.com/syl20bnr/spacemacs
##
## This file is not part of GNU Emacs.
##
## License: GPLv3
apt-get autoremove
rm -rf /tmp/* /var/lib/apt/lists/* /root/.cache/*