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

Add libgcc dependency in dockerfile #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ambersun1234
Copy link

Description

I've encounter the following error in docker build

9.673 Some packages could not be installed. This may mean that you have
9.673 requested an impossible situation or if you are using the unstable
9.673 distribution that some required packages have not yet been created
9.673 or been moved out of Incoming.
9.673 The following information may help to resolve the situation:
9.673 
9.673 The following packages have unmet dependencies:
9.711  google-chrome-stable : Depends: libgcc-s1 (>= 4.2) but it is not installable
9.719 E: Unable to correct problems, you have held broken packages.

Solution

According to google-chrome-stable : Depends: libgcc-s1 (>= 4.2) but it is not installable, I've added the libgcc dependency in apt install

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

Successfully merging this pull request may close these issues.

1 participant