build: ensure openssl installed in admin container
This commit is contained in:
parent
bd65c885be
commit
475781ffa2
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue