Skip to content
Snippets Groups Projects
Commit 32416dd6 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

ospack-rpi64_containers: Install docker-compose from repositories


docker-compose package is now available in rpi64-containers
repositories. Install it from there instead of using the pip
installation method.

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent 5823ba98
No related branches found
No related tags found
No related merge requests found
......@@ -135,39 +135,7 @@ actions:
- docker-ce
- docker-ce-cli
- containerd.io
- action: apt
description: "Install docker-compose dependencies"
packages:
- libffi-dev
- pypy-ipaddress
- python3-cached-property
- python3-dev
- python3-distro
- python3-docker
- python3-dockerpty
- python3-docopt
- python3-dotenv
- python3-idna
- python3-jsonschema
- python3-paramiko
- python3-pip
- python3-requests
- python3-setuptools
- python3-texttable
- python3-websocket
# PyYAML==5.3.1
# Failing to build in OBS. Install it using pip.
- action: run
description: "Install PyYAML package"
chroot: true
command: "pip3 install pyyaml==5.3.1 --no-binary :all:"
- action: run
description: "Install docker-compose package"
chroot: true
command: "pip3 install docker-compose==1.27.4 --no-binary :all:"
- docker-compose
- action: run
description: Set the hostname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment