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

Node.js error on building docker image #330

Open
jethror1 opened this issue Dec 15, 2021 · 1 comment · May be fixed by #331
Open

Node.js error on building docker image #330

jethror1 opened this issue Dec 15, 2021 · 1 comment · May be fixed by #331
Labels

Comments

@jethror1
Copy link
Contributor

Describe the bug

There seems to be a bug in building megaqc from node:latest, trying to build gives the following error:

error:0308010C:digital envelope routines::unsupported

image

From this answer I specified FROM node:16.13.0 in place of node:latest which allows for successfully building the image, so it looks to be an issue with node 17.

To Reproduce

Steps to reproduce the behavior:

docker build . -t ewels/megaqc

Expected behavior

Docker image successfully builds.

@jethror1 jethror1 added the bug label Dec 15, 2021
@multimeric
Copy link
Collaborator

How strange, well if you could put in a PR limiting it to node 16.x that would be nice.

@jethror1 jethror1 linked a pull request Dec 15, 2021 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants