Closed fardin-developer closed 4 months ago
Sorry @fardin-developer , I thought I commented on this last week, but I must have neglected to submit.
I've seen this error before. It can be resolved by adding one line to the Dockerfile to addlegacy.raspbian.org
apt sources list:
RUN echo "deb http://legacy.raspbian.org/raspbian stretch main contrib non-free rpi" > /etc/apt/sources.list
Sorry @fardin-developer , I thought I commented on this last week, but I must have neglected to submit. I've seen this error before. It can be resolved by adding one line to the Dockerfile to add
legacy.raspbian.org
apt sources list:RUN echo "deb http://legacy.raspbian.org/raspbian stretch main contrib non-free rpi" > /etc/apt/sources.list
Okay, I got it. Let me fix it and complete the task
Hey, please check the docker file and update it. Due to this issue i am stuck and have not solve the main isse (sepration of frontend and backend )
Sorry @fardin-developer , I thought I commented on this last week, but I must have neglected to submit. I've seen this error before. It can be resolved by adding one line to the Dockerfile to add
legacy.raspbian.org
apt sources list:RUN echo "deb http://legacy.raspbian.org/raspbian stretch main contrib non-free rpi" > /etc/apt/sources.list
plz reply as soon as possible.......
Sorry for the delay @fardin-developer. I'm traveling at the moment. I worked on it a bit today and committed a few changes directly to the master branch, but I wasn't able to finish testing them as my internet connection is a bit slow. Feel free to try it with the changes, but I can do some more testing in the coming days.
Note that I've added the porting to Python 3 issue to gitpay
I just tried building to docker container on an Amazon EC2 instance. It takes a long them and hasn't finished yet, but it gets past the previous errors you were seeing.
Docker build is now working. The changes were committed to the master branch directly as I'm traveling and had limited time.
docker-compose up --build