Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

added libgbm1 for resolving missing dep in dev-container #106601

Merged
merged 2 commits into from Sep 14, 2020

Conversation

vuon9
Copy link
Contributor

@vuon9 vuon9 commented Sep 13, 2020

I got this error when starting the devcontainer on local. Sorry, don't know how to paste it as plain text.
image

The problem is caused by missing libgbm1

error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory

Could do manual fixing by below command.

sudo apt-get update
sudo apt-get install libgbm1

This PR fixes above problem.

@vuon9 vuon9 changed the title added libgbm1 for resolving in dev-container added libgbm1 for resolving missing dep in dev-container Sep 13, 2020
@Tyriar Tyriar assigned Chuxel and unassigned Tyriar Sep 14, 2020
@Chuxel
Copy link
Member

Chuxel commented Sep 14, 2020

LGTM!

@Chuxel Chuxel merged commit caa87aa into microsoft:master Sep 14, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2020
@vuon9 vuon9 deleted the fix/add-missing-dep-for-devcontainer branch July 8, 2022 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants