system_install: Add missing dependency
This commit is contained in:
parent
cc8fbe6da7
commit
bc7478cc8e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ curl -fsSL https://get.docker.com -o - | /bin/sh
|
||||||
# install docker-compose dependencies.
|
# install docker-compose dependencies.
|
||||||
log_info "=> Install docker-compose installer dependencies"
|
log_info "=> Install docker-compose installer dependencies"
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y python3-pip
|
apt-get install -y python3-pip libffi-dev
|
||||||
|
|
||||||
# install docker-compose.
|
# install docker-compose.
|
||||||
log_info "=> Installing docker-compose"
|
log_info "=> Installing docker-compose"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue