solgenomics / breedbase_dockerfile

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

Updating linux-headers dependency #10

Closed timparsons closed 3 years ago

timparsons commented 4 years ago

When I was trying to build the image, an error was thrown when installing linux-headers-4.9.0-9:

E: Unable to locate package linux-headers-4.9.0-9-amd64
E: Couldn't find any package by glob 'linux-headers-4.9.0-9-amd64'
E: Couldn't find any package by regex 'linux-headers-4.9.0-9-amd64'

Looks like this dependency should be updated to linux-headers-4.9.0-11

nathanweeks commented 3 years ago

It seems kernel headers shouldn't be necessary in the container image?