From bc7478cc8eec30eefb92ebf7b148531cfe2342b6 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 2 Nov 2021 09:31:44 +0100 Subject: [PATCH] system_install: Add missing dependency --- distillery/system_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/system_install.sh b/distillery/system_install.sh index b3b406a..84cb1e3 100755 --- a/distillery/system_install.sh +++ b/distillery/system_install.sh @@ -39,7 +39,7 @@ curl -fsSL https://get.docker.com -o - | /bin/sh # install docker-compose dependencies. log_info "=> Install docker-compose installer dependencies" apt-get update -apt-get install -y python3-pip +apt-get install -y python3-pip libffi-dev # install docker-compose. log_info "=> Installing docker-compose"