MultiQC / MegaQC

Web application to collect and visualise data across multiple MultiQC runs.
http://megaqc.info/
GNU General Public License v3.0
95 stars 28 forks source link

Node.js error on building docker image #330

Open jethror1 opened 2 years ago

jethror1 commented 2 years ago

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.

multimeric commented 2 years ago

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