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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
bash \
|
bash \
|
||||||
curl \
|
curl \
|
||||||
|
openssl \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
libvips-dev \
|
libvips-dev \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue