No need to install btrfs-tools in the base image
This commit is contained in:
@@ -26,7 +26,6 @@ debconf-set-selections <<< 'mysql-server mysql-server/root_password_again passwo
|
|||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
acl \
|
acl \
|
||||||
awscli \
|
awscli \
|
||||||
btrfs-tools \
|
|
||||||
build-essential \
|
build-essential \
|
||||||
cron \
|
cron \
|
||||||
curl \
|
curl \
|
||||||
@@ -127,4 +126,3 @@ fi
|
|||||||
# Disable bind for good measure (on online.net, kimsufi servers these are pre-installed and conflicts with unbound)
|
# Disable bind for good measure (on online.net, kimsufi servers these are pre-installed and conflicts with unbound)
|
||||||
systemctl stop bind9 || true
|
systemctl stop bind9 || true
|
||||||
systemctl disable bind9 || true
|
systemctl disable bind9 || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user