build: ensure openssl installed in admin container

This commit is contained in:
jakeaturner 2026-06-16 23:57:30 +00:00 committed by Jake Turner
parent fa5cd05294
commit 77b37ad67a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM node:22-slim AS base
RUN apt-get update && apt-get install -y \
bash \
curl \
openssl \
graphicsmagick \
libvips-dev \
build-essential \