Skip to content

Commit

Permalink
Install docker compose from apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Jul 13, 2024
1 parent d4040b2 commit d132ba1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/modules/docker/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,7 @@ if [ "${DOCKER_ADD_USER_TO_GROUP}" == "yes" ]; then
fi

if [ "${DOCKER_COMPOSE}" == "yes" ]; then
apt-get install -y python3 python3-distutils python3-dev python3-testresources gcc libffi-dev build-essential libssl-dev cargo python3-cryptography python3-bcrypt
# Docker-compose
wget https://bootstrap.pypa.io/get-pip.py -O - | python3
pip3 install --ignore-installed PyYAML

if [ "${BASE_DISTRO}" == "raspbian" ]; then
pip3 install docker-compose==1.20.1
else
pip3 install docker-compose
fi
apt-get install -y python3-compose
fi


Expand Down

0 comments on commit d132ba1

Please sign in to comment.