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 missing nodejs dependency in the Dockerfile. #2094

Merged
merged 1 commit into from Jun 8, 2018

Conversation

kjkuan
Copy link
Contributor

@kjkuan kjkuan commented Jun 7, 2018

  • It appears that the nodejs package no longer exists for the base image
    used by the Dockerfile, and since it's already using the n script to
    install the latest stable version of nodejs, I simply use n to
    install nodejs in the first place instead.

  • Also fixed a small code formatting issue in packages.pod6.

  • Corrected the instructions on running the built docker image in CONTRIBUTING.md.

Initially, I was only trying to fix the formatting issue in packages.pod6, but couldn't get
Mojolicious working to be able to preview my changes, so I ended up building a docker
image from the Dockerfile.

Details:
  - It appears that the nodejs package no longer exists for the base image
    used by the Dockerfile, and since it's already using the `n` script to
    install the latest stable version of nodejs, I simply use `n` to
    install nodejs in the first place instead.

  - Also fixed a small code formatting issue in packages.pod6.

  - Corrected the instructions on running the built docker image in CONTRIBUTING.md.
@JJ JJ merged commit 78db2a3 into Raku:master Jun 8, 2018
@JJ
Copy link
Contributor

JJ commented Jun 8, 2018

Thanks!

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.

None yet

2 participants