stella-project / stella-app

Multi-container application of the STELLA infrastructure
GNU General Public License v3.0
2 stars 1 forks source link

BUG: docker unable to install remote package #13

Closed narges1212 closed 3 years ago

narges1212 commented 4 years ago

docker-compose up

faced sometimes the following error:

Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping. Error: Nothing to do ERROR: Service 'livivo_elastic' failed to build: The command '/bin/sh -c yum install -y https://centos7.iuscommunity.org/ius-release.rpm && yum -y update && yum install -y python36u python36u-libs python36u-devel python36u-pip && pip3 install -r requirements.txt' returned a non-zero code: 1

breuert commented 4 years ago

replace https://centos7.iuscommunity.org/ius-release.rpm

with https://repo.ius.io/ius-release-el7.rpm

see also https://github.com/iusrepo/announce/issues/18