No need to install btrfs-tools in the base image

This commit is contained in:
Johannes Zellner
2017-03-31 15:24:14 +02:00
parent aa22ab8847
commit b320e15ea7

View File

@@ -26,7 +26,6 @@ debconf-set-selections <<< 'mysql-server mysql-server/root_password_again passwo
apt-get -y install \
acl \
awscli \
btrfs-tools \
build-essential \
cron \
curl \
@@ -127,4 +126,3 @@ fi
# Disable bind for good measure (on online.net, kimsufi servers these are pre-installed and conflicts with unbound)
systemctl stop bind9 || true
systemctl disable bind9 || true