Open caggursoy opened 4 months ago
in the Dockerfile try to add
RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
before line 10
for me worked, let me know if it works for you, then I'll do a pull request
thanks! The suggestions work very well :) I've included them in https://github.com/skjerns/3dprintedbrain_docker/commit/be657c2212edf4a43c15eec789c87e88e371637e
I tried to add you as co-author, but I think that didn't work. just make any other minor change if you want to show up as contributor
Hi,
While building the Dockerfile I'm having the following error:
docker build --tag 3dprintedbrain .
Can you have a look at this?