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
Trying to build the image from the included Docker file (using my fork), I keep getting this error:
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 buildis here:https://github.com/stevekm/docker-sge/blob/a30cfb3f687358a63d9f13faff31aa9992fedaa6/build_log.txt