build: ensure openssl installed in admin container

This commit is contained in:
jakeaturner 2026-06-16 23:57:30 +00:00
parent bd65c885be
commit 475781ffa2
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
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 \