Open
Description
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
- docker pull node:18
- docker run -it node:18 bash
- 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
Labels
No labels