From 58e21a8ad4b060292814b73e083eda9719d16075 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 22 Nov 2017 20:38:55 +0100 Subject: [PATCH] Add uuid-runtime to 99-cleanup.sh --- 99-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99-cleanup.sh b/99-cleanup.sh index e422d99..a45b3d9 100755 --- a/99-cleanup.sh +++ b/99-cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Remove packages not necessary for release -apt-get -y purge bash-completion file gcc git htop libpq-dev python-dev openssh-server tree vim +apt-get -y purge bash-completion file gcc git htop libpq-dev python-dev openssh-server tree uuid-runtime vim apt-get -y --purge autoremove # Clean package cache