docker-sge icon indicating copy to clipboard operation
docker-sge copied to clipboard

The command '/bin/sh -c apt-get upgrade -y' returned a non-zero code: 100

Open stevekm opened this issue 6 years ago • 1 comments

Trying to build the image from the included Docker file (using my fork), I keep getting this error:

$ docker build -t stevekm/docker-sge .
The command '/bin/sh -c apt-get upgrade -y' returned a non-zero code: 100

Any ideas? Did some Google'ing and included some tests to make sure network access was working inside the container, could figure out what is causing the error. Full output of docker build is here:

https://github.com/stevekm/docker-sge/blob/a30cfb3f687358a63d9f13faff31aa9992fedaa6/build_log.txt

stevekm avatar Dec 07 '17 00:12 stevekm

also resembles this old issue: https://github.com/gawbul/docker-sge/issues/4

stevekm avatar Dec 07 '17 00:12 stevekm