Skip to content

node:18 (bookworm) lacks libcrypto.so.1.1 present in previous releases such as 18-bullseye #1916

Open
@steven-supersolid

Description

@steven-supersolid

Environment

  • Platform: Linux
  • Docker Version: 24.0.2
  • Node.js Version: 18
  • Image Tag: node:18

Expected Behavior

libcrypto.so.1.1 is findable on the system with node:18-bullseye

# whereis libcrypto.so.1.1
libcrypto.so.1: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1

Current Behavior

libcrypto.so.1.1 is not present

# whereis libcrypto.so.1.1
libcrypto.so.1.1:
# ls /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
ls: cannot access '/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1': No such file or directory

Possible Solution

This started happening after the recent update to bookworm and installing node:18-bullseye works as expected

Steps to Reproduce

  1. docker pull node:18
  2. docker run -it node:18 bash
  3. whereis libcrypto.so.1.1

Additional Information

This breaks any CI that uses node:18 and https://github.com/nodkz/mongodb-memory-server as the mongodb binary requires libcrypto.so.1.1

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