solgenomics / breedbase_dockerfile

The Dockerfiles for breeDBase
MIT License
8 stars 8 forks source link

Issues while building the docker image #2

Closed xbian closed 2 years ago

xbian commented 5 years ago

I am having a few issues while building the docker image:

RUN bash -c "apt-key adv --keyserver keys.gnupg.net --recv-key 'E19F5F87128899B192B1A2C2AD5F960A256A04AF' 2> /key.out"

this line returns code 2 I checked on the keys website this key is not found.

  1. COPY repos/perl-local-lib /home/production/cxgn/local-lib COPY repos/R_libs /home/production/cxgn/R_libs

these two sub-directories are not present and I checked prepare.sh file there is no repo pulling for these two as well.

If you could help please

nickmorales commented 5 years ago

The prepare.sh script https://github.com/solgenomics/breedbase_dockerfile/blob/master/prepare.sh#L20 copies over the local libs, so that the docker build can find them.

Please pull the changes to this repo and try the build again, as these errors should be resolved.

lukasmueller commented 2 years ago

In the meantime, we have moved to submodules. So I am closing this issue. :-)