Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dockerfile update to fix dependency issues #356

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

neteler
Copy link
Contributor

@neteler neteler commented Oct 29, 2024

This PR fixes two dependency issues with the current Dockerfile (which is based on Ubuntu 22.04.3 LTS)

  • adds libgl1 to fix ImportError: libGL.so.1: cannot open shared object file
  • adds backports.tarfile to fix Exception: cannot import name 'tarfile' from 'backports'

This PR fixes two dependency issues with the current Dockerfile (based on Ubuntu 22.04.3 LTS)

- adding `libgl1` to fix `ImportError: libGL.so.1: cannot open shared object file`
- adding `backports.tarfile` to fix  `Exception: cannot import name 'tarfile' from 'backports'`
@giswqs giswqs merged commit de2305f into opengeos:main Oct 29, 2024
8 checks passed
@giswqs
Copy link
Member

giswqs commented Oct 29, 2024

Thank you for your contribution!

@giswqs giswqs mentioned this pull request Oct 29, 2024
@guillemc23
Copy link

Thank you @neteler!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants