Remove packages after installing

This commit is contained in:
Héctor Molinero Fernández 2020-09-06 13:27:23 +02:00
parent c61dc1bd53
commit 02218ab176

View File

@ -40,8 +40,6 @@ build {
EOF EOF
, ,
<<EOF <<EOF
apt-get purge -y \
snapd
apt-get install -y \ apt-get install -y \
build-essential \ build-essential \
dns-root-data \ dns-root-data \
@ -59,6 +57,11 @@ build {
unattended-upgrades \ unattended-upgrades \
unbound \ unbound \
wireguard wireguard
EOF
,
<<EOF
apt-get purge -y \
snapd
apt-get autoremove -y apt-get autoremove -y
EOF EOF
, ,