1
0

make sure zlib1g:armhf is installed

This commit is contained in:
nicolas.dorier
2019-03-26 17:46:50 +09:00
parent c8fbf995bf
commit 544cc735a7

View File

@@ -259,7 +259,8 @@ if ! [ -x "$(command -v docker)" ] || ! [ -x "$(command -v docker-compose)" ]; t
fi
add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $RELEASE stable"
apt-get update -y
apt-get install -y docker-ce:armhf
# zlib1g:armhf is needed for docker-compose, but we install it here as we changed dpkg here
apt-get install -y docker-ce:armhf zlib1g:armhf
fi
fi
if ! [ -x "$(command -v docker-compose)" ]; then