Skip to content

issue) broken docker file routines::unsupported error #158

Open
@heesuk-ahn

Description

@heesuk-ahn

The following error occurred when building docker.

#12 7.451   Error: error:0308010C:digital envelope routines::unsupported

This is a node 17 problem.

The current docker file uses the latest node base image, so version 17 was used.

In order to use the latest version of node while using the latest version, you need to add the following environment variables to the dockerfile.

ENV NODE_OPTIONS=--openssl-legacy-provider

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions