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"