bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

PSA: Yarn repo key update causes apt-get update to fail in images derived from docker-galaxy-stable #578

Closed fubar2 closed 3 years ago

fubar2 commented 3 years ago

Minor aggravation: the yarn repo key expired so there's a key update dance curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - to do described @ https://github.com/yarnpkg/yarn/issues/7866 This will affect anyone trying to use this as a FROM source and needing new apt packages - apt-get will fail with the key failure.