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

fix: gradle 5.4 Java 11 Dockerfile npm install #1596

Merged
merged 1 commit into from
Jan 28, 2021

Commits on Jan 28, 2021

  1. fix: gradle 5.4 Java 11 Dockerfile npm install

    When building docker image we see error message:
    
    The following packages have unmet dependencies:
     nodejs : Conflicts: npm
     npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    
    Removing explicit npm install from 'apt-get install' fixes issue.
    
    Just doing 'apt-get install -y nodejs' will install npm.
    gitphill committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    50d34c0 View commit details
    Browse the repository at this point in the history