You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
From this answer I specified
FROM node:16.13.0
in place ofnode: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.
The text was updated successfully, but these errors were encountered: