Fix base image build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-01-13 15:42:11 +07:00
parent 701be73079
commit fd262b3344
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -1,5 +1,6 @@
FROM node:22
RUN apt-get update
RUN apt-get install libjemalloc2 dumb-init
RUN apt-get clean