FROM imbios/bun-node:1.3.2-iron-slim AS base

RUN apt update && \
    apt install -y openssl

USER node