You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: answering own question:
in /japonicus/Dockerfile
add this line RUN sed -i '/jessie-updates/d' /etc/apt/sources.list # Now archived
before RUN apt-get update -y
Hi,
I've added the lines suggested in the wiki to my docker-compose.yaml file in gekko root directory:
I've then used the following command to build and start from the gekko root directory:
docker-compose up --build
However after a few commands I get the following error:
Any ideas of what is causing the issue?
Thanks
The text was updated successfully, but these errors were encountered: